html {
    background-color: black;
}
body {
    font-family: 'Luckiest Guy', cursive;
    margin: 40px;
    color: white;
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#emojis {
    margin-bottom: 60px;
}
#emojis div {
    padding: 0;
}
#emojis span {
    font-size: 2em;
    margin: 10px;
}
#projects {
    letter-spacing: 3px;
}
#projects h2 {
    text-align: center;
}

#projects table tr:hover {
    background-color: #222;
}

#projects table td {
    padding: 5px 10px;
}

#projects a {
    color: lightblue;
}

#projects a.social_logo img {
    width: 20px;
    margin: 0 10px;
}

footer {
    margin-top: 40px;
    font-size: 0.8em;
    color: gray;
}
@media screen and (max-width: 800px) {
    body {
        margin: 5px;
        text-align: center;
    }
}
#logo_chars {
    display: flex;
    flex-direction: column;
    font-size: 4em;
    color: white;
    font-family: 'Luckiest Guy', cursive;
    margin-bottom: 40px;
    padding: 10px;
    align-content: start;
}

.ll_e {
    font-size: 0.8em;
}
