
    body {
            background-color: orange;
            font-family: Arial, sans-serif;
            justify-content: center;
            align-items: center;
            height: 80vh;
            margin-top: 120px;
            color: Black;
            font-size: 30px;
            text-align: center; 
        }
        
    .links-container {
    font-family: Arial, sans-serif;
    font-size: 22px;
    padding-top: 30px;
    justify-content: center;
    text-align: center;
}

#links {
    display: flex;
    align-items: center;
    margin-top: 23px; /* Espaçamento entre o resultado e os links */
    justify-content: center;
}

#voltar {
   text-align:center;
   color: white;
   font-size: 28px;
   opacity: 0.8;
   text-shadow: 1px 1px 1px black;
}

a, a:visited {
    color: purple;
    
}

img {
           max-width: 100%;
           height: auto;
            
        }


