body {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    max-width: 100%;
    width: 100%;
    /* height: 300px; */
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
    background:url(images/under.jpg) no-repeat center center fixed;
    text-align: center;
}

.remove-top-margin {
    margin-top: 0;
}
.logo {

    max-width: 500px;
    max-height: 180px;
}

.logo-placeholder {
    padding-top: 80px;
    margin-bottom: -80px;
}

.content {
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: center;
    
    flex-direction: column;
    font-size: 20px;
}



.counter {
    width: 500px;
}

@media (min-width: 481px) and (max-width: 767px) {

    .counter {
        width: 450px;
    }

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .counter {
        width: 350px;
    }

}
.head {
   font-size: 70px;
   text-transform: uppercase;
   padding-top: 50px;
}
.set {
    padding-top: 8%;
    text-decoration: n;
}
.phone {
    font-size: 50px;
    text-decoration: none;
    color: white;
    font-style: normal;
}