a{
    text-decoration: inherit;
    color: inherit;
 }
 a:focus{
    text-decoration: inherit;
    color: inherit;
 }
 
 .header {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 8fr;
    margin-bottom: 30px;
 }
 .lang{
    display: flex;
    justify-content: right;
 }
#languageSelect{
    height: 40%;
}
 .languageButton{
    height: 40%;
 }