body {
    background-image: url("../images/background_main.png");
     background-repeat: no-repeat;
     background-size: cover;
}

.logo{
    left: 100px;
    top: 33px;

}
.sublogo1
{
    width: 358px;
    height: 59px;
    font-size: 60px;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    border-bottom: 2px solid black;
 }

.sublogo1 span
{
    font-size: 43px;
}


.sublogo2
{
    position: absolute;
    top: 60px;
    left: 1px;
    width: 343px;
    height: 59px;
    font-size: 20px;
   
    letter-spacing: 9px;
}

