body{
    background-color: rgb(141, 141, 141);
}

header{
    position: sticky; top:0; z-index: 1000;
    background: rgba(185, 185, 185, 0.95); backdrop-filter: blur(5px);
    display:flex; justify-content: space-between; align-items: center;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    list-style: none;
    gap: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana;
    font-size: 20px;
}

footer{
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 99%;
}