body {
    background-color: #0c0d2c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
}

.main-wrapper {
    width: calc(90vw - 4rem);
    max-width: 500px;
    padding: 2rem;
    border-radius: 3rem;
    text-align: center;
    background: rgb(134,53,118);
    background: linear-gradient(135deg, rgba(134,53,118,1) 0%, rgba(47,45,111,1) 20%, rgba(47,45,111,1) 80%, rgba(134,53,118,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.main-wrapper > * {
    text-align: center;
    color: #fff;
}

html, body, h1, h2, h3, h4, h5, h6, * {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #fff;
    text-decoration: underline;
}

.logo {
    margin-bottom: 2em;
}
