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

body{
   background:                url(bg.jpg) no-repeat center center fixed;
   -webkit-background-size:   cover;
   -moz-background-size:      cover;
   -o-background-size:        cover;
   background-size:           cover;
   background-attachment:     fixed;
   font-family:               "Montserrat",sans-serif;
}

.container{
   width:      100%;
   position:   absolute;
   top:        50%;
   left:       50%;
   transform:  translate(-50%,-50%);
   text-align: center;
   color:      black;
}

.container h1{
   font-size:        80px;
   margin:           0px;
   letter-spacing:   10px;
}

.container h2{
   margin:        0;
   font-size:     30px;
   font-weight:   500;
   font-style:    italic;
}

.count{
   margin:  40px 0;
}

.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;
}