body{
 /* border: 20px solid; */
 /* border-color: red; */
 background-image:url(https://files.catbox.moe/oeqb1f.jpg) ;
 background-size:cover;
 align-content: center;
  -webkit-filter: blur(9);
}

div{
 /* border: 5px solid; */
 /* border-color: rgb(0, 0, 255); */
 justify-content:space-around;
}
.flex {

  display: flex;
  height:auto;
  gap: 10px;
  max-width: 100%;
  padding: 10px;
  padding-left: 100px;
  padding-right: 100px;
}
.item{

    padding: 10px;
    text-align: center;
    
}
.head{
    
    /* background-image:url(https://files.catbox.moe/wfx6m1.png); */
    /* border-color: rgb(187, 255, 0); */
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    background-color:#a97272;
    height:350px;
   

}
.nav{
    display: flex;
    height:auto;
    width:fit-content;
    align-content:center;
    max-width: 80;
    background-image: url(https://files.catbox.moe/x27nr8.png);
    background-size:contain;
  
}
.button{
    max-width: auto;
    height:60px;
    width:auto;
    padding: 5px;
    padding-bottom: 15px;
}
.thetop{
    max-width: 1080px;
    margin: 0 auto;
}
.guestbook:hover span{
content:"Sign the guestbook"
}

#borderimg1{
border:30px solid;
    padding:px;
    border-image: url(https://files.catbox.moe/z1lmq5.png) 72 round

}
