body {
    background: black url("tenor.gif") no-repeat bottom right;
}
h1 {
    text-align: center;
    color: white;
}
ul {
    list-style: square outside none;
}
a:link {
    color: white;
}
a:hover {
    color: blue;
}
a:active {
    color: red;
}
a:visited {
    color: purple;
}
#hack {
    width 500px height 500px;
}
p {
    font-family: "Times New Roman", Times, serif, medium;
    color: white;
}
details {
    color: white;
    writing-mode: vertical-rl;
}
#hoff {
    width 454px height 454px;
}
#audio {
    border: 2px solid white;
}
#style {
    letter-spacing: 3px;
}
