/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900;0,400;0,500;0,600;0,700;0,800;900&display=swap');
*{
    font-family: 'Roboto', sans-serif;
}

body{
    background: linear-gradient(90deg,#a9b5b6,
    #0a2332);
}
.h2{
    color:#fff;
    margin: 0 0 1rem 0;
}
