@font-face{
  font-family:OpenSans;
  src:url("/public/static/OpenSans.ttf");
}

body {
    color: rgb(63, 77, 103);
    font-family: "OpenSans";
    background: url("/public/static/bg.jpg") 0% 0% / cover no-repeat fixed;
}

.home-options {
  display: none;
}

.button {
  background-color: #3f4d67;
}
