@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
    padding: 0;
    margin: 0;
    background-image: url(../images/background.jpg);
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    background-position: center;
    background-size: cover;
}
main {
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255, .8);
    div {
        text-align: center;
        max-width: 600px;
        width: 100%;
        padding: 0 30px;
        img {
            width: 100%;
        }
        p {
            margin-top: 30px;
            font-size: 1.3em;
        }
    }
}