header{
    display: flex;
    width: 100%;
    align-items: center;
}
#getLang{
    font-size: large;
    margin-left: 30px;
    border: 2px solid yellow;
    background-color: black;
    color:white;
}
header > h1{
    text-align: center;
    color: white;
    width: 40%;
    background-color: black;
}
.background{
    background-image: url("../images/backgroundStars.png");
    background-repeat: repeat;
    background-size: auto;
}

.container{
    margin-top: 10px;
    height: 85%;
    display: flex;
}
.sideLeft{
    margin-left: 30px;
    width: 20%;
}
.buttonBlock{
    :hover{cursor: pointer;}
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buttonBlock > button{
    width: 70%;
    margin: 5px;
    color:yellow;
    background-color: #000;
    border: 5px ridge yellow;
    height: 50px;
    font-family: "VCR_ENG", "Verdana","Ariral";
    font-size: 1em;
}

.main{
    width: 60%;
    background-color: rgb(255,255,200);
}
.sideRight{
    color:white;
    width: 20%;
    margin-right: 30px;
    background-color: rgb(21, 10, 39);
}
.sideRight > h2,ul{
    margin-left: 10px;
    text-decoration: dotted;
}

#buttonBlog{
    width:200px;
    height:70px;
    color:white;
    background-color: blue;
    font-size: large;
}
