html {
    scroll-behavior:smooth;
}
body {
    background-color: #FEFBF7;
    align-items: center;
    height: 100vh;
    display: flex;
}
img {
    max-width: 100%;
    max-height: 100vh;
    
}
