*{
    color:  rgb(233, 232, 232);
}

main{
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

#titulo{
    font-size: 22px;
    color: #90ec6e;
    text-align: center;
    margin-bottom: 2%;
}

#imgC{
    width: 20%;
    height: 20%;
}

#ver{
    margin-top: 1%;
    background-color: rgb(34, 33, 33);
    padding: 5px 10px;
    border-color: dimgrey;
    font-weight: bold;
    border-radius: 5px;
}

#ver:hover{
    background-color: dimgray;
    border-color: dimgrey;
}

.contacto1{
    margin-top: 1%;
}

.amarillo{
    color: #ffc300;
    text-decoration: none;
}

.amarillo:hover{
    color: #ffc300;
}

.instruccion{
    color: #90ec6e;
    font-weight: bold;
    margin-bottom: 1%;
}

@media (max-width: 500px) {
    #imgC{
        width: 30%;
        height: 30%;
    }
}