@font-face {
    font-family: "Mulish";
    src: url("font/mulish.ttf") format("truetype");
  }
  

html, body {
    /*height:100%;*/
}

body {
    margin: unset;
}

body p {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: bold;
    color: black;
    line-height: 32px;
}

body a {
    color: black;
    text-decoration: underline;
}

body .access_old_site {
    margin-top: 27%;
    width: 378px;
    margin-left: 20%;
}

@media only screen and (max-width : 767px) {
    body {
        background-image: url("../img/under_construction-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width : 1199px) {
    body {
        background-image: url("../img/under_construction-tablet.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width : 1200px) {
    body {
        background-image: url("../img/under_construction-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
}