/* Globel View - Desktop */


body,html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #242433;
    font-family: "Montserret",sans-serif;
}

h1 {
    font-size: 4.17rem
}

.container {
    width: 100%;
    position: relative;
    top: 12%;
    margin: auto;
    text-align: center;
    color: white;
}

.container h1{
    text-transform: uppercase;
    margin: 8px;
}

.count{
    margin: 40px;
}

.countd{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px solid;
    margin: 0 30px;
    font-size: 12px;
    border-radius: 50%;
    overflow: hidden;

}

.countd span{
    display:block;
    font-size: 26px;
    margin-top: 14px;
}

span{
    background-image: linear-gradient(to right,#33ccff,#00ff99 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;

}

.btn{
    font-family: "Montserret",sans-serif;
    margin: auto;
    width: 140px;
    margin-top: 30px;
    height: 40px;
    color: #fff;
    border-radius: 0%;
    border: 2px solid;

}

.btn p {
    margin: auto;
    padding-top: 10px;
    color: white;

}

.btn a {
    text-decoration: none;
}


.facebook {
    justify-content: center;
    display: flex ;
}



img {
    width: 50px;
    padding: 10px

}

h3 {
    font-family: "Montserret",sans-serif;
}

section h1 {
    position: relative;
    text-transform: uppercase;
    font-family: "Montserret",sans-serif ;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    color: white;
}

section span {
    padding: 0px 5px;
    background-image: linear-gradient(to right,#33ccff,#00ff99 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}





/* Mobile View */

@media (max-width: 436px) {

h1 {
    font-size: 2.25rem;
}

.countd{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px solid;
    margin: 5px 20px;
    font-size: 12px;
    border-radius: 50%;
    overflow: hidden;
}

.countd span{
    display:block;
    font-size: 24px;
    margin-top: 14px;

}

img {
    width: 40px;
    padding: 10px

}



}