@import url('reset.css');

body {
    align-items: center;
    background: #042026 url('../img/background-shape.svg') no-repeat 50% 50%;
    background-size: 100vh;
    display: flex;
    justify-content: center;
}

.logo {
    width: 20vw;
    max-width: 400px;
    min-width: 200px;
}

@media only screen and (min-width: 1120px) {
    body {
        background-position-x: -20vw;
    }
}
