body {
    text-align: center;
    justify-content: center;
    justify-items: center;
    margin: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url("fundo.gif");

}


h1 {
    font-size: x-large;
    color: white;
}
   .footer {
        text-align: center;
        background: rgba(0, 0, 0, 0.329);
        color: white;
        position: fixed;
        width: 100%;
        bottom: 0;
        font-size: 16px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        z-index: 2;
    }

.footer a {

    color: white;
}
.container {
    background-color: rgba(0, 0, 0, 0.842);
    width: 350px;
    margin: auto;
    justify-content: center;
    justify-items: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 50px;
    border-radius: 10px;
}

input {
    width: 340px;
    text-align: center;
    font-size: large;
    border: none;
    outline: none;
    height: 40px;
    margin-top: 30px;
    background-color: rgba(226, 6, 160, 0.185);
    border-radius: 10px;
    color: white;
    
}

button {
    margin-top: 20px;
    border: 1px solid rgb(71, 2, 66);
    background-color: rgba(89, 26, 126, 0.541);
    color: white;
    width: 100px;
    height: 30px;
    border-radius: 8px;
    font-size: larger;
    padding: 4px;
}

button:hover {
    cursor: pointer;
    filter: brightness(1.4);
}

#resultado{
    display: flex;
    background-color: rgba(0, 0, 0, 0.911);
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    border-radius: 10px;
    color: white;
    padding: 20px;
    margin: 20px;
    text-align: justify;
    font-size: x-large;
}
