*,
*::before,
*::after {
    box-sizing: border-box;
    text-rendering: auto;
    margin: 0;
    padding: 0;
    /* font-size: 1vw; */
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

nav a:hover {
    background-color: red;
}

.about-me {
    display: flex;
    margin: 10rem 0.5rem 0.5rem 0.5rem;
    color: red;
    text-decoration: none;
    font-size: 4vw;

}