@font-face {
    font-family: BL;
    src: url(../fonts/Barlow-Medium.ttf);
}



body,html{
    height: 100%;
    margin: 0px;
    background: #4488ff;
    }
    
    
    .procedure{
        background:#4488ff;
        color: aliceblue;
        font-size: 4em;
        font-family: BL;
    }
    
    
    .image-section{
         min-height: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    
    
    }
    
    
    .howone{
        background-image: url(../img/howone.png);
    }
    
    .howtwo{
        background-image: url(../img/howtwo.png);
    }
    
    .howthree{
        background-image: url(../img/howthree.png);
    }
    .howfour{
        background-image: url(../img/howfour.png);
    }
    .howfive{
        background-image: url(../img/howfive.png);
    }
    