body{
    cursor: default;
}

aside {
    width: 80%; /* Breedte van de zijbalk */
    height: 100vh; /* Volledige hoogte van het venster */
}

.info{
    padding-left: 2%;
    background-color: #f0f0f0; /* Achtergrondkleur van de zijbalk */
}

.inhoud{
    color:black;
}

.account{
    font-style: italic;
    color: Black;
    background-color: white;
    font-size: 20px;
    height: 60%;
    width: 12%;
    display: block;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 20%;
}

.account:hover{
    background-color: orange;
}

.menu{
    border-radius: 15px;
    display:flex;
    align-items: center;
    background-color: #E62427; 
    font-style: italic;
    font-size: 32px;
    height: 100px;
}

a{
    text-decoration: none;
    color: white;
}

a:hover{
    color: orange;
    cursor: pointer;
}

.menuLinks{
    display: flex;
    width: 45%;
    gap: 5%;
    list-style-type: none;
}

.menuLinksContent{
    display: inline;
}

.img {
    width: auto;
    height: 100%;
}
