html,
body {
    min-height: 100svh;
}

body {
    background-image: url('background.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

div {
    color: white;
    background-color: #f4763b;
    text-align: center;
    font-size: 19px;
    max-width: 700px;
    padding-inline: 2rem;
    margin: 10px;
}