body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(230, 133, 133, 0.5);
}

.background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://static1.colliderimages.com/wordpress/wp-content/uploads/2024/09/top-3-duels-in-the-harry-potter-movies-ranked.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.7;
}

.container {
  font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
}

.caixa-texto {
    background-color: rgba(142, 132, 132, 0.564);
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

