body {
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

section {
    width: 30rem;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, .15);  
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);   
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: rgb(82, 80, 80);
}