#home{
    background: #ffc107;
    color:white ;
}

.caixa{
    padding: 60px 0;
    border-color: 1px solid #e5e5e5;
}

footer{
    background: #ffc107;
    height: 100px;
    text-align: center;
    overflow-y: hidden;
}

footer p{
    color: rgb(0, 0, 0);
}