body {
    background-color: #f8f8f8;
}

.fc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row {
    width: auto;
    margin-bottom: 20px;
}

.para {
    max-width: 800px;
}

.logo {
    margin: 50px;
    max-width: 350px;
}

.button {
    margin: 10px;
}

.button.play {
    max-width: 200px;
}

ol a {
    text-decoration: none;
}