body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 500px;
}

h1 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.logo {
    width: auto !important;
    height: 150px !important;
    margin-bottom: 20px !important;
}

.input-container {
    margin-bottom: 20px;
}

#cs {
    width: 80%;
    padding: 10px;
    font-size: 1em;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
}

button:hover {
    background-color: #218838;
}

.result-container {
    margin-top: 30px;
    text-align: left;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
}

p {
    font-size: 1.1em;
    margin: 5px 0;
    font-weight: bold;
}

.instructions {
    margin-top: 30px;
    text-align: left;
}

.clonadoras-image {
    margin-top: 20px;
    text-align: center;
}

.clonadoras-img {
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}