.main{
    width:100%;
    height: 740px;
    overflow-x: hidden;

}
header{
    display: flex;
    align-items:flex-start;
    justify-content:center;
}
.header-content{
    width: 600px;
    font-size: 3vmin;
    font-weight: 300;  
    text-align: center; 
    line-height: 1.3;
}
.usa{
    position: absolute;
    top: 10px;
    right: 8px;
    width: 20vmin;
    height: 14vmin;
}

.body-content{
    margin:auto;
    width: 60%;
    border: 0px;
    padding: 2vmin; 
    text-align: center;
    line-height: 1.5; 
}

.font1{
    font-size: 3.3vmin;
}

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

.button-style{
    border-radius: 50px;
    padding: 28px 75px;
    background-color:#0E86D4 ;
    border-color: #0E86D4;
    border-bottom-color: #0E86D4;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

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

.count{
    display: flex;
    justify-content: center;
    font-size: 2.0vmin;
}

.steps{
    display: flex;
    justify-content: center;
    font-size: 4vmin;
}

.step{
    display: flex;
    justify-content: center;
}
.step1{
    display: flex;
    align-items: center;
}
.img3{
    width: 50px;
    height: 50px;
}
.font3{
    font-size: 3vmin;
}

.footer{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-color:#AEAEAE;
}

.copy{
    position: absolute;
    margin-top: 15px;
    margin-left: 100px;
    width: 600px;
}

.links{
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
    
}

.font4{
    color: white;
    font-size: 2.5vmin;
    text-decoration: none;
}

/* Mobile device*/

@media screen and (max-width:850px) {
    .header-content{
        width: 320px;
       font-size: 2.6vmin;
       font-weight: bold;  
        text-align: center; 
    }
    
    .usa{
        position: absolute;
        top: 10px;
        right: 8px;
        width: 14vmin;
        height: 10vmin;
    }
    .body-content{
        margin:auto;
        width: 97%;
        border: 0px;
        padding: 2vmin; 
        text-align: center; 
        line-height: 1.2;
    }

    .font1{
        font-size: 3.2vmin;
    }

    .button-style{
        border-radius: 30px;
        padding: 20px 45px;
        background-color:#0E86D4 ;
        border-color: #0E86D4;
        border-bottom-color: #0E86D4;
        border-top-color: #0E86D4;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }
    .step{
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .step1{
        display: grid;
        align-items: center;
    }
    .img3{
        width: 30px;
        height: 30px;
    }

    .copy{
        position: absolute;
        margin-top: 0px;
        margin-left: 10px;
        width: 195px;
    }
    
    .links{
        width: 40%;
        position: relative;
        margin-top: 0px;
        margin-left: auto;
        margin-right: 10px;
        text-align: center;
       
    }
    
}
