*{
    overflow:hidden;
}
.section{
   position: absolute;
   width: 100%;
   height: 100vh;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   box-sizing: border-box;
   overflow: hidden;
}
.reconstruction{
   position: absolute;
   color: white;
   display: flex;
   overflow: hidden;
   align-items: center;
   flex-direction: column;
}
.background{
   position: relative;
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
h1{
   font-family: "MV Boli";
   font-size: 3rem;
   color: white;

}
h3{
   font-family: Arial;
   position: center;
   font-size: 24px;
}