.quotes{

    text-align:center;
    justify-content: flex;

}

.quotes h2{

    font-size:36px;
    margin-bottom:20px;

}

.quotes p{

    color:#aaa;
    font-size:18px;

}

footer{

    padding:30px;
    text-align:center;
    color:#777;
    border-top:1px solid rgba(255,255,255,.08);

}