body {
    margin: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
}
.bg-color{background-color:#222429 ;}
.text-color{color: white;}
.padding-left{padding-left: 23.3rem;}

.container-fluid, .row {
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: auto;
}
#row{
    margin: auto;
    padding: 0px;
}
#quote-box {
    margin: auto;
    height: 22rem;
    background-color: transparent;
}
.tweet {
    padding: .8rem;
    border-radius: 8px;
}
#btn {
   color: white;
}a.new-quote:hover {
    text-decoration: none;
    color: white;
}
.footer {
    display: flex;
    height: 7rem;
    flex-direction: column;
    justify-content: space-around;
}
#author {
    text-align: right;
    color: white;
}
@media only screen and (max-width : 375px) {
    #quote-box {
        height: 25rem;
    }
    .p-2 {
        padding-top: 0px;
    }
}