*{
    margin: 0;
    padding: 0;
}
nav{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: aliceblue;
    height: 72px;
    font-size: 2rem;
}
.content{
    font-family: 'Potta One', cursive;
    
}
.container{   
    width: 50vw;
    padding:32px 0 ;
    margin: auto;
}
.title{
    font-size: 20px;
}
pre{
    font-size: 15px !important;
}
.toolbar-item button{
    cursor: pointer !important;
    color: wheat !important;
    border: 1px solid wheat !important;
    border-radius: 15px !important;
    padding: 5px 14px !important;
}
@media (max-width:650px){
    .container{   
        width: 85vw;        
    }
}
