#contenedorZip {
    margin-top: 20%;
    margin-left: 23%;
    background-color: lightgray;
    width: 700px;
    height: 200px;
    border-radius: 30px 30px;
    padding-left: 60px;
    padding-top: 80px;
    box-shadow: 20px 20px steelblue;
}
#contenedorZip p{
    text-shadow: 1px 1px white;
}