


i {
    
    transition: all 1s ease;
}

#buttons{
    display: flex;
    justify-content: space-between
}

#quote-box{
    padding: 10px 0;
    transition: all 2s ease;
}
#quote-author{
    padding: 10px 0;
    transition: all 2s ease; 
}
#quoteBtn{
    padding: 11px 30px;
    border-radius: 3px;
   color: #ffffff;
    height: 100%;
    border: none;
    outline: none;
    transition: all 1s ease;
    background-color: red;
}
#buttons .social{
    padding: 0;
    border-radius: 3px;
    height: 100%;
    border: none;
    outline: none;
    margin: 0;
    margin-right: 10px;
    transition: all 1s ease;
    background-color: #ffffff;
    color: red;
}
