body{
    background-color: #fcf651;
}
.col-botom-general{
    background-color: #fc518d;
    width: 80%;
    margin:10px auto 10px;
    padding: 15px;
    border-radius: 15px;
    border: solid 5px white;
    overflow: hidden;
    min-height: 30vh !important;

}
h1{
    text-align: center;
    color: white;
}
button{
    width: 100%;
    background-color:white;
    border: none;
    padding: 10px;
    border-radius: 20px;
    border: solid 4px white;
    background-color: grey;
}
textarea{
width: 0.1px;
height: 0px !important;
}
.con-bot{
    width: 24%;
    float: left;
    padding: 10px;
    overflow: hidden;

}
.copy-clas{
border: solid 4px white;
}

@media (max-width:1200px){
    .con-bot{
        width: 32%;
        float: left;
        padding: 10px;
        overflow: hidden;
    
    }
}
