body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(121, 196, 154);
    background-color: #3b4a59;
}

.container {
    margin: 20px auto;
    width: 300px;
    color: rgb(210, 210, 17);
}

.images img {
    display: none;
    width: 200px;
    margin-top: 20px;
}

button {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: red;
    color: rgb(242, 246, 189);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.mensaje {
    font-size: 18px;
    font-weight: bold;
    color: red;
    margin-top: 15px;
}
