body {
    margin: 0 auto;
    min-height: 100vh;
    max-width: 100%;
    align-items: center;
    text-align: center;
    background-color: #ECC9FF;
    background-image: url('imgs/background.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header{
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:hsl(300, 100%, 25%);
}

.container{
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 40%;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-color: rgba(100, 148, 237, 0.596);
}