* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
}

.headerDiv a {
    color:rgb(255, 255, 255);
    font-size: large;
    text-decoration: none;
}

.headerDiv {
    top: 1%;
    left: 1%;
    position: fixed;
    background-color: rgba(25, 25, 25, 0.75);
    border-radius: 15px;
    margin: 5px;
    height: 8%;
    width: 97%;
    display: flex;
    align-items: center;
    justify-content:flex-start; 
    z-index: 2;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.351);
}
.headerDiv * {
    margin-inline: 2vmin;
}