body {
    background-image: url("./img/pattern.png");
    background-repeat: repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2A3632;
    line-height: 24px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.wrapper {
    background-color: white;
    padding: 32px;
    max-width: 90%;
    width: 500px;
    border-radius: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 14px;
}