.header{
  display: flex;
  justify-content: center;  
  
}
.button{
background:#778e73 !important;
}

.home-options{
color: #c5878f !important;
}
.home-options a{
color: #c5878f !important;
text-decoration: none;
}
.aoslogo{
  max-width:200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}