* {
    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 {
   
    background-color:rgb(213, 183, 130);
    font-family: "Mystery Quest", system-ui;
    text-align: center;
     
   
}

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

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

.box2 {
    background-color: rgb(213, 183, 130);
    font-family: "Mystery Quest", system-ui;
        padding: 8px 10px;
        width: 30%;
        border-radius: 10px;
        border: 5px solid rgb(94, 80, 52);
        text-shadow: 2px 2px 10px #77466c;
        font-size: 20px;
        display: flex;
        align-items: center;
}

 a:hover {
     color: #f4b4e3;
 }