#thepage {
    margin: auto;
}

body {
    margin: auto;
    float: left;
}

p {
    font-size: x-large;
}

.letters {
    width: 800px;
    margin-block: 50px;
}

#emojiselection {
    margin-block: 10px;
}

#twitter:hover {
    color: lightskyblue;
    text-decoration: underline;
}


#youtube:hover {
    color: red;
    text-decoration: underline;
}

#newgrounds:hover {
    color: orange;
    text-decoration: underline;
}

#twitter {
    color: black;
    text-decoration: none;
}

#newgrounds {
    color: black;
    text-decoration: none;
}

#youtube {
    color: black;
    text-decoration: none;
}