body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 100px;
    background-image: url('https://media.tenor.com/brlIhh4QroIAAAAd/venom-treasure-island.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

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

h1 {
    text-align: center;
    font-size: 55px
}

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

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

a.sound:link {
    text-decoration: none;
    color: #333366;
}

a.sound:visited {
    text-decoration: none;
    color: #663366;
}

img.signature {
    height: 45px;
}

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;
}

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

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;
}

table, th, td {
    border: 1px solid;
    border-color: #777777;
}

