*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url(picture/pixel-art-background-a8r630h8nw8w2xk7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 109vh;
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
}
.navv{
    display: flex;
    justify-content: center;
    align-items: center;
    height:12px;
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 1000;
}
.list{
    max-width: 50%;
}
.list ul{
    margin-left: 7px;
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    font-size: 21px;
    color: white;
}
.list li  a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1{
    background-color: rgba(128, 128, 128, 0.171);
    color: rgba(255, 255, 255, 0.603);
    border: 1px solid rgba(102, 102, 102, 0.329);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px inset rgba(128, 128, 128, 0.205);
    transition: 0.3s ease-in;
    font-family: "Press Start 2P", system-ui;
    min-width: 23vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2{
    background-color: rgba(128, 128, 128, 0.171);
    color: rgba(255, 255, 255, 0.603);
    border: 1px solid rgba(102, 102, 102, 0.329);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px inset rgba(128, 128, 128, 0.205);
    transition: 0.3s ease-in;
    font-family: "Press Start 2P", system-ui;
    min-width: 22vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box3{
    background-color: rgba(128, 128, 128, 0.171);
    color: rgba(255, 255, 255, 0.603);
    border: 1px solid rgba(102, 102, 102, 0.329);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px inset rgba(128, 128, 128, 0.205);
    transition: 0.3s ease-in;
    font-family: "Press Start 2P", system-ui;
    min-width: 28vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box4{
    background-color: rgba(128, 128, 128, 0.171);
    color: rgba(255, 255, 255, 0.603);
    border: 1px solid rgba(102, 102, 102, 0.329);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px inset rgba(128, 128, 128, 0.205);
    transition: 0.3s ease-in;
    font-family: "Press Start 2P", system-ui;
    min-width: 28vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box1:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px inset white;
    border: 1px solid white;
    background-color: grey;
}
.box2:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px inset white;
    border: 1px solid white;
    background-color: grey;
}
.box3:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px inset white;
    border: 1px solid white;
    background-color: grey;
}
.box4:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px inset white;
    border: 1px solid white;
    background-color: grey;
}
.mid{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80%;
    min-height: 30rem;
    flex-direction: column;
    color: black;
}
.mid h1{
    font-size: 36px;
}
.mid h2{
    font-size: 13px;
}