/*.container {*/
/*    background-color: currentcolor;*/
/*}*/

.whatsapp-image {
    width: 34%;
    height: auto;
    position: fixed;
    top: 28%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 9999;
}

#titleContainer {
    background-color: gray;
    margin-top: 10%;
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: x-large;
}

.first {
    background: #f3f3f3;
    color: black;
    border: 1px solid grey;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    font-family: sans-serif;
    width: 50%;
    margin: auto;
    margin-top: 7%;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}