html, body {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    height: 100%;
}

.text-primary {
    color: #4C62B2;
}

.text-secondary {
    font-family: sans-serif;
    font-weight: 400;
    color: #545454;
}

svg.wave {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

div.wrapper {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    margin: 0 auto 0 auto;
    width: 100%;
    height: 100%;
}

div.wrapper img {
    margin: 0 auto 0 auto;
    max-width: 250px;
}

div.wrapper h2 {
    text-align: center;
    font-size: 35px;
}

div.wrapper h4 {
    text-align: center;
    margin-top: 0;
}
