@font-face {
    font-family: 'TrajanPro';
    src: url("/fonts/TrajanPro-Bold.otf"), format("otf");

    font-family: 'Hazmat';
    src: url('/fonts/HAZMAT-Regular.ttf'), format("truetype");

}

body{
    background-color: #fff;
    color: black;
    font-family: 'Verdana', Tahoma, arial, sans-serif;
    font-size: 12px;
    margin: 0px;
}


.head{
    margin-top: 40px;;
    display: block;
    height: 50%;
    padding: 20px 0 20px 0;
    text-align: center;
    background-color: #df6fc1;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

section{
    margin: 50px 0 30px 0;
    color: #df6fc1;
    font-size: 14px;
}



#title{
    font-size: 20px;
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sc{
    margin: 0px 30px 5px 30px;
    font-size: 2em;
}

#title img{
    width: 75px;
    height: 45px;
}

.center{
    text-align: center;

}

.contain_img img{
    height: 200px;
    width: 300px;
    margin: 20px 0 20px 0;
}

.text{
    margin: 55px 0 55px 0;
    font-size: 22px;
    font-family: verdana, tahoma, sans-serif;
    font-weight: bold;
}

.footer{
    margin: 15px 0 50px 0;
    color: #df6fc1;
}

.footer a img{
    height: 50px;
    width: 50px;
}

.link{
    margin: 25px 0 35px 0;
}