html, body {
    background-color: #474747;
}

h1 {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    justify-content: flex-start;
    margin-top: 10vw;
    margin-bottom: 2vw;
    font-family:Arial, sans-serif;
    position: relative;
    top: 10%
}

ul {
    font-family: Arial, sans-serif;
    justify-content: center;
    text-align: center;
    list-style-type: none;
}

a {
    text-decoration: none; /* Remove underline */
    color: black; /* Inherit text color */
    font-size: 1.8vw;
    font-family: arial, sans-serif;
    padding: 0.5vw;
    align-content: center;
}