@font-face {
    font-family: 'MailRayStuff';
    src: url(font/MailRayStuff.otf);
}

body {
    background-color: #7C444F;
}

.maintitle {

    background: none;
    position: relative;
    text-align: center;
    top: -450px;
    font-size: 25px;
    line-height: 0px;
    color: #E16A54;
    font-family: 'MailRayStuff';
}
@font-face {
    font-family: 'OpenSansLight';
    src: url(font/OpenSans-Light.ttf);
}
.titledesc {

    background: none;
    position: relative;
    text-align: center;
    top: -450px;
    font-size: 15px;
    line-height: 0px;
    color: #E16A54;
    font-family: 'OpenSansLight';
}

.mainimg  {
    overflow: hidden;
    position: relative;
    display: block; 
    top: -200px;
    margin-left: auto;
    margin-right: auto; 
    width: 50%;
    scale: 50%;
    border-radius: 50%;
}
