@media screen and (min-width:1024px) {
    body{
        background-size: cover;
        background-attachment: fixed;
    }
    main,
    header{
        width: 480px;
        margin: 0 auto;
    }
    main{
        border-radius: 15px;
    }
}