body{

 background-image: url(../assets/images/sorteadora.png);
 background-repeat: no-repeat;
 background-position: bottom 50% right;
 background-size: 30%;

}

#resultado{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.822);
    transition: 1s;
    opacity: 0;
    font-size: 4em;
    
}
