* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background-color: rgb(217, 230, 240); */
    background-image: url(./img/vivafeliz.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
}

h2 {
    font-size: 1.5rem !important;
    text-align: center;
    color: green;
    font-weight: bold !important;

}

.input-nome{
    width: 20rem;
    text-align: center;
    background-color: transparent;
    color: green;
}

.button-sorteio {
    background-color: lightgray;
    width: 20rem;
    border-radius: 10px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: green;
    cursor: pointer;
}

.button-sorteio:hover, .button-sortear:hover {
    background-color: darkgray;
}

.button-sortear {
    background-color: lightgray;
    width: 20rem;
    border-radius: 10px;
    color: green;
    cursor: pointer;
}