html, body{

    top: 0;
    left: 0;
    
    width: 1470px;
    height: 832px;

    object-fit: cover;

    justify-content: center;
    align-content: center;

    position: fixed;

    background-color: #f4f3ec;

}