.a1{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.a2{
    width: 70%;
    padding-top: 5em;
}
.b1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.b2{
      font-weight: 500;
    width: 20em;
    height: 2.5em;
    background-color: #36d9ff9e;
    border: none;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin-top: 1em;
}

.flex-r{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-c{
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.input1{
        border-radius: 0.3em;
    
    height: 2em;
    border: 1px solid #00ffe96e;
    background-color: #0088ff24;
    color: #ffffffa8;
}

.c1{
    width: 20em;
    height: 10em;
    margin-top: 2em;
    border: 1px solid #00ff3763;
    border-radius: 2em;
    background-color: #0bff0017;
}

.d1{
    border: 1px solid #00f5ff59;
    margin: 1em;
    padding: 0.5em;
    border-radius: 1em;
    background-color: #faebd71f;
}
.d1 img{
    width: 2em;
}

.none{
    display: none;
}
.flue{
        color: #26ff00a3;
    font-size: 0.8em;
}

.e1{
        margin: 2em;
    position: fixed;
}
.e2{
    border: 1px solid #ff0000bf;
    padding: 0.3em 2em;
    border-radius: 0.5em;
    background-color: #ff00003d;
    color: white;
}


@media (max-width: 768px) {

.e2{
        padding: 0.1em 2em;
}

}



