.title2 {
    background-image: url('/data/images/s2bg2.png');
    position: relative;
    margin-top: 1.2%;
    top: 1%;
    width: 100%;
    height: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: -0.2deg;    
}
.title2 p {
    color: white;
    font-size:15px;
    font-family: daydream;
}
body, html { 
    height: 100%; 
    margin: 0;
    background-color: #726A95 !important; 
    background-image: url('/data/images/s2oe10.png');
    background-size: 70%;
    
}
.displaybox {
    background-color: #A0C1B8;
    width: 80%;
    height: 50%;
    margin-bottom: 2%;
    background-image: url('/data/images/s2oe10.png');
    background-size: 60%;
    text-align: center;
}
.displaybox img {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
}
.displayheader {
    background-image: url('/data/images/s2bg2.png');
    position: relative;
    margin-top: 1.2%;
    top: 1%;
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: 0.5deg;    
}
.displayheader p {
    font-size:35px !important;
}
.displaycontent {
    position: relative;
    top: 2%;
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}