#navbar {
    background-color:#46a0d4;
    width: 100%;
    height: 100px;
    padding: 1.5vh;
    display: flex;
    margin-bottom: 2vh;
}
#logo {
    flex:1;
}
#logo img{
    height:90px;
}
#buttons {
  margin-top: 4.5vh;
    justify-content: center;
}
.buttons {
    padding-right: 1.5vw;
    font-size: 1.5vw;
    color: aliceblue;
}
