body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 100px;
    background-image: url('https://media.tenor.com/pp7LbYxOuJIAAAAC/%D0%BC%D0%B5%D0%B3%D0%B0%D0%BF%D0%BB%D0%BE%D1%85-%D0%BE%D1%81%D1%82%D1%80%D1%8B%D0%B5%D0%BA%D0%BE%D0%B7%D1%8B%D1%80%D1%8C%D0%BA%D0%B8.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

div.shame {
    background-color: #DDDDDD;
    width: 64em;
    padding: 20px;
    padding-bottom: 100px;
    border: 2px solid #111111;
    font-size: 25px;
    font-style: italic;
    font-family: bradley hand, cursive;
    color: #992222;
    text-align: center;
}

h1 {
    font-size: 55px
}

a:link {
    text-decoration: none;
    color: #552222;
}

a:visited {
    text-decoration: none;
    color: #772222;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333333;
    text-align: center;
    font-size: 30px;
}

nav a:link {
    text-decoration: none;
    color: #999999;
}

nav a:visited {
    text-decoration: none;
    color: #999999;
}

nav img {
    height: 30px;
    width: 30px;
}

img.fire {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

div.hakahyhe {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    background-color: #111111;
}

div.hakahyhe img {
    width: 100px;
    height: 100px;
};

div.hakahyhe a:link {
    text-decoration: none;
    color: #FFCCCC;
}

div.hakahyhe a:visited {
    text-decoration: none;
    color: #FFCCCC;
}

