
.container-free {
    max-width: 100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    

}

.site-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin: 0;
}


select{
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(8px);
    border: none;
    border-radius: 0.5em;
    padding: 10px 10px;
    font-size: .9rem;
    outline: none;
    color: whitesmoke;
}

select:hover{
    cursor: pointer;
}



@media screen and (max-width:768px) {

    .container-free {
        max-width: 50px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        
    
    }
    
    .site-title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        margin: 0;
    }
    
    
    select{
        background-color: rgba(0,0,0,0.3);
        backdrop-filter: blur(8px);
        border-radius: 0.5em;
        padding: 5px 5px;
        font-size: 13px;
        outline: none;
        color: whitesmoke;
    }

}

@media screen and (max-width:600px) {

    .container-free {
        max-width: 20px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        
    
    }
    
    .site-title {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: normal;
        text-align: left;
        margin: 0;
    }
    
    
    select{
        background-color: rgba(0,0,0,0.3);
        backdrop-filter: blur(8px);
        border-radius: 0.5em;
        padding: 0px;
        font-size: 10px;
    
        color: whitesmoke;
    }

}
@media screen and (max-width:400px) {

    .container-free {
        max-width: 20px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        
    
    }
    
    .site-title {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: normal;
        text-align: left;
        margin: 0;
    }
    
    
    select{
        background-color: rgba(0,0,0,0.3);
        backdrop-filter: blur(8px);
        border-radius: 0.5em;
        padding: 0px;
        font-size: 10px;
    
        color: whitesmoke;
    }

}