body{
    margin: 0;
    background: linear-gradient( #2E3192 , #1BFFFF);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
    background-color: rgba(225,225,225,.3);
    width: 78%;
    padding: 20px ;
    border-radius: 10px;
    border-color: rgba(225,225,225,.4);
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
    font-size: 15px;
}

.quote-box{
    font-weight: 700;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    padding-bottom: 20px;
}

.btn{
    background-color: rgba(20, 170, 170, 0.653);
width: 20%;
height: 40px;
    
}