
body {
    background-color: lightgrey;
}

.main-box {
    background-color: white;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.main-top-box {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18pt;
}


.main-bottom-box {
    height: 50px;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
}

.bottom-button {
    width: 100px;
    color: white;
    background-color: #1b95e0;
    border-width: 0px;
    border-radius: 4px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt;
}

/* .twitter-replacement-button {
    color: lightgrey;
} */

.footer {
    text-align: center;
    font-size: 9pt;
}