@charset "UTF-8";

@media screen and (min-width: 768px) {
    body {
        background: hsl(275, 100%, 97%) url("../images/background-pattern-desktop.svg") top center no-repeat;
        background-size: contain;
    }

    .container {
        max-width: 750px;
        padding: 40px;
    }

    .container-header {
        margin-bottom: 25px;
    }

    .container-header > img {
        width: 30px;
        height: 30px;
    }

    .container-header > h1 {
        font-size: 3rem;
    }
    
}