body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: hidden;
}
.container{
    width: 800px;
    margin: 300px auto;
}
.quote-container{
    display: none;
}
.author{
    text-align: right;
}
.author::before{
    content: "~";
}
.btn-container{
    text-align: center;
}
.btn{
    background-color: black;
    padding: 20px 38px;
    color: white;
    font-size: 28px;
    border: none;
    outline: none;
    border-radius: 14px;
    cursor: pointer;
}
.btn2{
    background-color: black;
    padding: 10px 18px;
    color: white;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 14px;
    cursor: pointer;
}