.img{
    margin-left: 30%;
}

#btn{
    width: 10px;
    height: 30%;
    justify-content: end;
    background-color: blue;

}

.container {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:  100px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    
}


.container h2 {
    margin-bottom: 30px;
    padding-left: 90px;
    font-weight: bolder;
    text-transform: uppercase;
}

.form label {
    text-transform: capitalize;
    font-size: medium;
    font-weight: bolder;
    word-spacing: 2px;
    letter-spacing: 1px;
    line-height: 10px;
}

.form input{
    padding-right: 20px;
    font-size: medium;
    border:1px solid;
    background-size: 1px;
    width: 70%;
    height: auto;
    outline: none;
    line-height: 40px;
    border-radius: 30px;
}
.para {
    margin-top: 16px ;
    font-weight: bolder;
    font-size: medium;
}

.fab {
    padding: 35px;
}

.btn{
    border-radius: 20px;
    width: 100px;
    height: 50px;
    color: rgb(11, 12, 12);
    background-color: rgb(19, 185, 174);
}

.btn:hover {
        background-color: rgb(243, 242, 239);
}

.container::before {
    content: "";
    position: absolute;
    height: 219vh;
    width: 30%;
    top: -10%;
    right: 70%;
    background-image: linear-gradient(-45deg,#20dbc2 0%, #00bfa6 100%);
    transform: translateY(-50%);
}

.level3{
    color: blue;
}

.level3:hover{
    color: brown;
}

.level3 img :hover{
    color: cadetblue;
}

.google{
    height: 50%;
    color: black;
    background-color:rgb(35, 220, 226);
    margin-top: 520%;
    margin-left: -405%;
}