body {
    background: #f3f3f3;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100svh;
    width: 100vw;
    font-family: 'Quicksand', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.container {
    width: 100%;
    text-align: center;
}
.logo {
    max-width: 100px;
}
.success {
    background-color: #095;
    border-radius: 10rem;
    position: relative;
    width: 40px;
    min-height: 40px;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}