.button-luck {
    display: flex;
    justify-content: center;
    padding-top: 5em;
}

.luck-btn {
    padding:  1em;
    border-radius: 60px;
    font-size: 30px;
    background-color: rgb(0, 251, 167);
    color: white;
    border: none;
}

.quote {
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}