*{
    margin: 0;
    padding: 0;
}

html,body{
    height: 100%;
}

body{
    background-color: rgb(236, 229, 222) !important;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

/* 
html{
    font-family: sans-serif;
} */

/* header{
    background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=749&q=80");
    background-repeat: no-repeat;
    height: 70vh;

    background-attachment: fixed;
} */

/* .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

    color: white;
    background: #574057b6;
} */

/* section{
    height: 1500px;
} */