a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    position: relative;
    top: 0;
    transition: 0.25s ease-out;
}

a:hover {
    position: relative;
    top: -0.15rem;
    padding-bottom: 0.15rem;
    text-shadow: 0 0.15rem 0.125rem rgba(75, 75, 75, 0.175);
    transition: 0.125s ease-out;
}

html {
    font-size: 24px;
}

body {
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
}

#container {
    width: 100%;
    min-height: 98vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#aboutme {
    padding-top: 2.5rem;
}

#projects {
    padding-bottom: 2.5rem;
}

#projects p {
    text-decoration: underline;
}

#projects ul {
    list-style-type: none;
    line-height: 1.75rem;
}

#projects ul li {
    font-size: 1.25rem;
}

#projects a:hover {
    font-size: 1.33rem;
}

footer {
    margin-top: auto;
}
