body{margin: 0;
    background-image: url("../img/backgroundmain.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;}

h1{color: lavenderblush; margin: 0;font-size: 1.3vw}
a{color:wheat ; text-decoration: none; font-size: 1.6vw;}

 .box {
    width: 15%;
     height: 30%;
     margin:0;
     border: 0.05vw solid #ffffff;
     border-bottom-right-radius: 4.5vw;
     padding: 1rem 1.5rem;
     background-color: #572121;}

 .hui:hover{text-shadow: 0.05vw 0.05vw 0.5vw rgb(245, 222, 179); width: 4vw;}