.main {
    background-color: #2673EF;
    background-image: linear-gradient(to right, #2673EF, #2BEE9E);
    color: white;
    margin-top: 75px;
    text-align:center ;
}

#small-logo {
    height:200px;
    width:200px;
}

p {
    font-family: "Mulish", Helvetica, sans-serif;
}
   
h1 {
    font-family: "Montserrat", Helvetica, sans-serif ;
}