body {
    background-image:url('https://i.pinimg.com/1200x/a2/e7/74/a2e7741e11cb810cfa946223acbc3856.jpg');
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    vertical-align: middle;
    border-style: none;
}


.sitename {
  margin-bottom: 300px;
text-align: display; 
position: fixed;
display: block; 
color:#afd537;
font-size:75px;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #f75151;
}
.box {
margin-bottom:50px;
width: 400px;
height:150px;
font-family:Impact, Haettenschweiler, ;
  font-size: 25px;
color: #fa6290;}

#mainDiv {
    color: #ffffffef;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 8;
    align-items: center;
    justify-content: center;
    display: flex !important;
    flex-direction: column !important;
}


  
#MainText {
    color: #ffffffef;
    text-align: center !important;
}

