.buttonsBlock{
height: 50px;
}
.Buttons ul{
display: flex;
flex-direction: row;
justify-content:space-between;
.Buttons li{
padding: 4px;
}
.Buttons li a{
display: block;
padding: 10px;
color: #ffffff;
font-size: 18px;
background: rgba(165,219,226,1);