body{
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

.container {
	font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px; /* Ajusta el ancho máximo según tus necesidades */
    width: 100%;
    box-sizing: border-box;
}

label {
	font-family: 'Roboto', sans-serif;
    display: block;
    margin: 10px;
}

input {
	font-family: 'Roboto', sans-serif;
    width: 80%;
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

button {
	font-family: 'Roboto', sans-serif;
    width: 60%; /* Ocupa el 80% del contenedor */
    padding: 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
	align-content: center;
}

button:hover {
	font-family: 'Roboto', sans-serif;
    background-color: #0056b3;
}

#result {
	font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    font-weight: bold;
}

img-responsive {
	font-family: 'Roboto', sans-serif;
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto; /* Para centrar la imagen en el contenedor */
    max-width: 300px; /* Ancho máximo de 400px */
	text-align: center;
}