@font-face {
    font-family: poppins;
    src: url(./poppins.black.ttf);
}

@font-face {
    font-family: poppins-light;
    src: url(./poppins.light.ttf);
}

@font-face {
    font-family: poppins-medium;
    src: url(./poppins.medium.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}

html,body{
    height: 100%;
    width: 100%;
}



#main-header{
    width: 100%;
    height: 300px;
    color: snow;
    background-color: rgb(28, 44, 87);
}

#footer-para{
    font-family: poppins-medium;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer{
    width: 100%;
    height: auto;
    background-color: rgb(28, 44, 87);
    color: snow;
    margin-top: 20px;
}

.heading-changes{
    text-align: center;
    font-size: 50px;
    padding-top: 100px;
}

.para-changes{
    text-align: center;
    font-family: poppins-light;
    font-style: italic;
    padding-top: 10px;
}

.sub-container{
    height: 200px;
    color: black;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 40px;
}

.sub-heading{
    text-align: center;
    font-size: 26px;
    padding-top: 20px;
    font-family: poppins-medium;
}
.small-div{
    margin-top: 10px;
    margin-left: 150px;
    margin-right: 150px;
    height: 40px;
    background-color: white;
    border-radius: 5px;
}

#div-1{
    background-color: whitesmoke;
}

#div-2{
    background-color: rgb(207, 238, 250);
    height: 300px;
}

#div-3{
    background-color: rgb(250, 250, 209);
    height: 300px;
}

#div-4{
    background-color: rgb(255, 222, 255);
    height: 300px;
}

#div-5{
    background-color: rgb(202, 249, 202);
    height: 300px;
}

