*{
    padding:0;
    margin:0;
    box-sizing:0;
    font-size: 30px;
}
body{
    display:flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    flex-direction: column;
}
wrapper{
    text-align: center;
    padding:10px;
}
#quote-box{
    background-color: azure;
}
#author{
    text-align: right;
    margin-right: 40px;
}
.footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 30px 0;
}
#new-quote{
    border:none;
    padding: 10px;
    color:white;
}
#tweet-quote>svg{
    color:white;
}
p{
    font-size: 20px;
    color:white;
}
.end{
    display: flex;
    align-items: center;
    gap:15px;
}
#toast>svg{
    margin-top: 8px;
}
.fs-6{
    margin-top: -20px;
    text-align: right;
    font-size: 15px;
}