body {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-image: linear-gradient(to right, #f5f7fa, #c3cfe2);
    color: #333;
    padding: 1em;
    min-height: 100vh;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2em;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}

label {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    flex-basis: 100%;
    text-align: left;
}




input[type="text"] {
        font-size: 1.2em;
        padding: 0.5em;
        margin-bottom: 1em;
        width: 100%;
        border-radius: 5px;
        border: none;
        background-color: #f2f2f2;
        box-shadow: 1px 1px 2px #ccc;
}

button {
    font-size: 1.2em;
    padding: 0.5em 1em;
    background-color: #4c6baf;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1em;
    width: 100%;
    text-shadow: 1px 1px #333;
}

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

#result, #category {
    font-size: 1.2em;
    font-weight: bold;
}

section {
    width: 80%;
    margin: 0 auto;
  }
  
  h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  
  p {
    line-height: 1.5;
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 1.5rem;
  }
  
  section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
  }


element.style {
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
  