*{
   margin: 0;
   padding: 0;
   border: 0;
}
body {
   background-image: url('../Images/Capture_50.png');
   text-align: center;
   color: yellow;
}
.box-top {
   position: absolute;
   height: 30dvh;
   width: 100vw;
   top: 0;
   font: 400 normal normal normal 4vw/1.1 'Times New Roman', sans-serif;
}
.box-top p {
   font-weight: 900;
   font-size: 5vw;
}
.box-center{
   position: absolute;
   width: 100%;
   height: 50dvh;
   top: 30dvh;
   left: 0;
   font-size: 5vw;
   background-image: url('../Images/image55p.jpg');
   visibility: hidden;
}
.box-bottom {
   position: absolute;
   height: 20dvh;
   width: 100%;
   bottom: 0;
   font-family: 'Forte';
   font-weight: 100;
   font-style: normal;
}
header-right {
   justify-content: space-between;
   align-items: center;
   display: block;
   color: black;
   padding: 10px 25px;
}
#floating-button {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  background-color: #f44336;
  color: white;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
 
#floating-button:hover {
  background-color: #ff7961;
}
@media screen and (max-width: 580px){
	.box-center {
	   visibility: visible;
	}
        .box-top h1 {
           margin-top: 6vw;
        }
        .box-top p {
           margin-top: 3vw;
        }
}