*{
    text-decoration: none;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    font-family: 'Poppins', sans-serif;
    background: url(img/AmusingSlightFlyingfish-max-1mb.gif);
    background-size: cover;
}
.container{
    display: flex;
    max-width: 900px;
    min-height: 550px;
    margin: auto ;
    margin-top: 150px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
    flex-wrap: wrap;

}
.cont1 img{
    width: 400px;
    height: 100%;
}

.cont2{
    display: flex;
    flex-direction: column;
    margin: auto;
}
.cont2 h1{
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
}
.cont2 label{
    font-size: 18px;
    color: rgb(143, 141, 245);
}
.cont2 input{
    border: none;
    font-size: 20px;
    margin: 10px 0 20px 0;
    background-color: aliceblue;
    padding: 10px;
    width: 350px;
    border-radius: 5px;
}

.cont2 button{
    font-size: 20px;
    padding: 10px;
    width: 150px;
    border-radius: 20px;
    border: none;
    background-color: rgb(157, 209, 255);
    align-self: center;
    margin: 30px;
    cursor: pointer;
}
.cont2 button:hover{
    background-color: rgba(255, 255, 255, 0.336);
    color: rgb(61, 80, 189);
    font-weight: 800;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.336);
}
.sup{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.sup p{
    font-size: 18px;
}
.sup h3{
    color: blueviolet;
    font-size: 20px;
}
.sup h3:hover{
    cursor: pointer;
    font-size: 22px;

}