

@font-face {
    font-family: HTAboutUs;
    src: url('../Fonts/ActayFamily/ActayCondensed-Thin.otf');
}
    body {
           background-image: url('../Images/BackGround/HT-web-Maintenance-Page-3d-2.gif');
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-size: 100% 100%;
           margin-left: 5%;
           margin-right: 5%;

           padding: 10px 10px 10px 10px;
           font-family: sans-serif;
    }

    h1,
    h2,
    h3 {
           margin-left: 50%;
           margin-top: 65%;
           color: #CF4156;
    }

    p{
           font-family: HTAboutUs;
           border-color: red;
               border-width: 1px;
               border-style: double;
           margin-left: 50%;
           margin-top: 65%;
           color: #ffffff;
    }