body {
background-color: #FFFFFF;
background-image: linear-gradient(to right, #ff512f, #f09819); 

font-size: 30px;
font-weight: 400;
font-style: normal;
font-family: Allerta;
color: rgb(255, 255, 255);
padding: 10px;
margin-top: 0px;
text-align: center;
}
  
.center {
display: inline-block;
width: 330px;
position: absolute;
top: 45%;
transform: translate(-50%, -50%);
}
  
.text {
position: absolute;
top: 67%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0px;
}
