@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    
    font-family: 'poppins', sans-serif;
    background-color: #D98572;
    color: #1e95d2;
    font-weight: 200;
}

.bg{
    background-color: #FFFDF0;
}

.my-6{
    margin-top: 80px;
    margin-bottom: 80px;
}

.container-fluid{
    height: 100vh;
    

}




h2{
    font-family: "EB Garamond", serif;
    color: #D98572;
    font-weight: 700;

}