body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    margin: 0;
}

body {
    
    font-family: sans-serif;
     background-size: cover;
    background-attachment: fixed;
    background-color: #005085;
    background-image: url(https://metayota.com/exr_bg_f.webp);
}


