main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 530px;
}

.email-container>a {
    width: 245px;
}


body>main>div:nth-child(3)>section>div>div>div:nth-child(1)>div>h1>span {
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


body>main>div:nth-child(3)>section>div>div>div.form-container>div>form>div.main-form>input {
    background-color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.inline-container {
    padding: 8px;
}

.inner {
    display: none;
}

