body{
    background-color: rgba(191, 123, 255, 0.096);
}
.container{
    position: relative;
    width: 60%;
    height: 500px;
    top: 220px;
    left: 20%;
}
.col{
    
    float: left;
    position: relative;
    width: 48%;
    height: 100%;
   
    background-color: rgba(191, 123, 255, 0.265);
}
.img{
    position: relative;
    
    width: 100%;
    height: 100%;
    
}
.input{
    position: relative;
    left: 10%;
    margin-top: 5%;
    width: 80%;
    height: 70px;
}
.title{
    font-size: 36px;
    position: relative;
    width: 100%;
    font-family: sans-serif;
    text-align: center;
    color: blueviolet;
}
.but{
    position: relative;
    width: 82%;
    left: 10%;
    height: 40px;
    font-size: 18px;
    margin-top: 8%;
    background-color: rgba(137, 43, 226, 0.42);
}