html, body{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

*{
    box-sizing: border-box;
}

body{
    background-image:url('img/snare.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.header{
    height: 100px;
    background: #000;
    color: #fff;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.header .title{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}


.header .title{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.counter-day{
padding-top: 20px;
}

.counter-day .title-counter{
    
}

.counter-day .counter{
    color: #EE45C9;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}


.content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  color:#fff; 
}


.content .count-down{
    font-size: 140px;
    font-weight: 600
}

.content .steps-speed{
    font-size: 47px;
}

.content .start-text{
    font-size: 20px;
    opacity: .6;
    margin-bottom: 30px;
    margin-top: 100px;
    text-align: center;
    font-weight: 300;
}

.content .start-btn button{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #EE45C9;
    border: 0;
    padding: 26px 70px;
    border-radius: 50px;
    letter-spacing: 0.15em;
}