@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-image: url("../img/background.png");
    background-size: cover;
    font-family: "Montserrat", sans-serif;
}

ul {
    background-color: rgba(0, 0, 0, 0.671);
    margin-left: 1%;
    width: 20%;
    border-color: white;
    border-radius: 5px;
    padding: 10px;
    list-style-type: none;
    height:100vh;
    display: flex;
    flex-direction: column;
}


li {
    margin-bottom: 1rem;
}

li a {
    color:white;
}

li a:hover {
    color: rgb(235, 255, 255);
    font-weight: bolder;
    transition: ease-in-out 0.2s;
}

#bottom {
    margin-top: auto;
    margin-bottom: 3%;
}