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; */
    background-color: black;
    text-align: center;
}

.remove-top-margin {
    margin-top: 0;
}
.logo {

margin-top: -90px;

width: 250px;

border-radius: 0px 0px 20px 20px;
}

.logo-placeholder {
    padding-top: 80px;
    margin-bottom: -80px;
    text-align: left;
    padding-left: 50px;
}

.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: 80px;
   margin-bottom: 20px;
   letter-spacing: 3px;
}
.set {
    padding-top: 8%;
    text-decoration: n;
}
.phone {
    font-size: 30px;
    text-decoration: none;
    color: white;
    font-style: normal;
    background-color: #8c033d;
    padding: 10px 30px;
    border: 4px solid white;
    border-radius: 21px;
    border-style: ridge;
}
.phone:hover {
    font-size: 30px;
    text-decoration: none;
    color: white;
    font-style: normal;
    background-color: #010936;
    padding: 10px 30px;
    border: 4px solid white;
    border-radius: 21px;
    border-style: ridge;
}