body{
    background-image: url('dyscalculia_bg1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100vh;
    font-family: "Open Sans";
}

.glass{
    background: white;
    min-height: 80%;
    width: 70%;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7),rgba(255,255,255,0.3));
    border-radius: 4%;
    z-index: 3;
    backdrop-filter: blur(2rem);
}