* {
    margin: 0px;
    padding: 0px;
}

.mystery-quest-regular {
  font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
  background-image: url(../img/backround.svg);
   background-color: #FFF2D2;
   
   
 
}

nav {
  font-family:"Mystery Quest", system-ui;
background-color: #685a3f;
text-align: center;
}

nav a {
  color: #e2cc99;
  text-decoration: none;
  margin: 0 40px;
  font-size: 35px;
}




.buttons {
      display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 50px;
        text-decoration: none;
    }


.box {

      background-color: rgb(213, 183, 130);
      padding: 8px 10px;
      width: 30%;
      font-family: "Mystery Quest", system-ui;
      border-radius: 10px;
      border: 5px solid rgb(162, 108, 47);
      text-shadow: 2px 2px 10px #685a3f;
      font-size: 20px;
      display: flex;
      align-items: center;
    
    }

    a:hover {
      color: #FFF2D2;
    }
    