*{
    margin: 0;
    padding: 0;
}

body{
    background-color:cornsilk;
}

.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    color: white;
    background-color: black;
    font-size: 1.7rem;
    font-weight: bold;
}

.container{
    width: 80vw;
    margin: auto;
    padding: 35px 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 1.2rem;
}

.logo{
    padding: 0 13px;
}

.logo img{
    width: 34px;
}

.toolbar-item{
    cursor: pointer !important;
    color: white !important;
    border: 1px solid white !important;
    border-radius: 15px !important;
    padding: 5px 14px !important;
}

ol{
    list-style: none;
}

footer{
    text-align: center;
    color: white;
    background-color: black;
    font-weight: 600;
    font-size: 1.1rem;
    height: 50px;
    padding-top: 25px;
}