html, head, body {
    margin: 0;
    padding: 0;
    font-family: 'Alstate Sans', sans-serif;
    background-color: rgb(243, 246, 249);
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.redirect-icon {
    height: 100px;
    width: 100px;
}

.alert {
    font-family: 'Allstate Sans Bold', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.call-to-action {
    margin-bottom: 10px;
}

.store-icons {
    display: flex;
    flex-direction: row;
}

#apple-button {
    margin-right: 11px;
}
