* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    min-height: 100vh;
    background: linear-gradient(to right top, #25aae1, #ec297b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

.glass {
    background: white;
    width: 60%;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border-radius: 2rem;
    z-index: 3;
    backdrop-filter: blur(2rem);
}

.circle1,
.circle2 {
    background: white;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
    height: 20rem;
    width: 20rem;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}

.circle1 {
    top: 5%;
    right: 10%;
}

.circle2 {
    bottom: 5%;
    left: 10%;
    height: 25rem;
    width: 25rem;
}

h4 {
    color: #ec297b;
    font-weight: 600;
    opacity: 0.8;
}

.kommute-logo {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 3rem;
    border-radius: 0.5rem;
    margin: 2rem;
    /*  height: 30rem;
    width: 20rem; */
}

.kommute-logo img {
    width: 15rem;
    display: flex;
    padding: 1rem;
}

.kommute-text {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 3rem;
    border-radius: 0.5rem;
    margin: 2rem;
    padding: 1rem;
}

a:hover {
    opacity: 0.8;
}
