*{
    margin: 0;
    padding: 0;
}

body{
    width: 50%;
    height: 100%;
    margin: auto;
    display: block;
    color: white;
    font-size: 100%;
    margin-top: 10%;
    font-weight: 650;
    text-align: center;
    align-items: center;
    font-family: open_sans;
    justify-content: center;
    text-transform: uppercase;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(./Background/background1.jpeg);
}

@font-face{
    font-family: open_sans;
/*  src: url(Fontes/Robots\ Revenge.woff);
    src: url(Fontes/robots-revenge/BebasNeue-Regular.ttf);*/
    src: url(Fontes/robots-revenge/Antipasto-Pro-Regular-trial.ttf)
}

#ListaNomes{
    width: 75%;
    height: 100%;
    margin: auto;
    display: block;
    text-align:left;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

#ListaNomes li{
    margin-top: 16px;
}

h1{
    margin-top: 5%;
    margin-bottom: 5%;
}

input{
    width: 60%;
    height: 100%;
}

#LABEL{
    font-size: 20px;
}

#NomesSorteio{
    height: 25px;
    font-size: 25px;
    margin-bottom: 5%;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    border: 1px solid black;
}

button{
    width: 90px;
    height: 40px;
    color: #EEE;
    cursor: pointer;
    font-size: 100%;
    font-weight: 550;
    margin-top: 20px;
    border-radius: 20px;
    background: #1E3A8A;
    border: 1px solid #2E2E2E;
    transition: background-color 0.3s ease;
}

button:hover{
    background: #3B82F6;
}

#ResultadosSorteio{
    margin-top: 10%;
    font-size: 25px;
}

#BotaoSorteio{
    margin-left: 15px;
}

.Lixeira {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}