*{
    margin: 0;
    padding: 0;
}
nav{
    width: auto;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;
}
.logo img{
    width: 8vh;
    margin-right: 2vw;
}
.text p{
    font-size: 5vh;
}
@media screen and (max-width: 1620px){
    nav{
        display: block;
        justify-items: center;
        height: 20vh;
    }
    .logo img{
        display: block;
        margin: auto;
    }
    .text p{
        text-align: center;
        margin-top: 3vh;
        font-size: 4vh;
    }
}
.format{
    padding-top: ivh;
    font-size: 3vh;
}

.set{
    font-size: 3vh;
    padding-top: 4vh;
}
.container{
    width: 80vw;
    margin: auto;
    padding: 5vh 0;
    font-size: 2.2vh;
}

.toolbar-item button{
    cursor: pointer;
    color: white;
    border: 1px solid white;
    border-radius: 15px;
    padding: 5px 14px;
}