*{
    font-family: sans-serif;
}
body{
    width:70%;
    margin:auto;
    margin-top: 20px;
}
.nav{
    width: 100%;
    height: 68px;
    color:rgb(255, 255, 255);
    background: linear-gradient(to right, #3b36e7 0%, #03bef2 100%);
}
.text{
    float: left;
    line-height: 0.7;
    margin-top:10px;
    margin-left:15px
}
.text h3{
    margin-top: 10px;
    margin-bottom: 5px;
}
.button{
    border: .5px solid rgb(97, 77, 243);
    float: right;
    margin-right: 20px;
    margin-top:25px;
    font-weight: bold;
    background-color: #0290b8;
    padding: 5px;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.text p{
    font-size: 14px;
}
.main
{
    width: 100%;
    height: 400px;
}
.content{
    float: left;
    border:0.5px solid rgba(208, 206, 206, 0.963);
    width: 20%;
    height:70%;
    margin-top:30px;
    margin-left: -220px;
    padding: 10px;
    line-height: 20px;
}
.item{
    float:right;
    width:70%;
    height: 100%;
}
.child1{
    border:0.5px solid rgba(208, 206, 206, 0.963);
    padding:5px;
    width: 95%;
}
.child1 p{
    color:grey;
    margin-top: 3px;
    font-size: 12px;
}
.child1 h3{
    margin-bottom: 0px;
}
.child2{
    width: 100%;
    margin-top: 20px;
}
.gc{
    border:0.5px solid rgba(208, 206, 206, 0.963);
    width:32%;
    float: left;
    margin: 2px;
    border-radius: 3px;
}
.gc p{
    font-size: 10px;
    color:rgb(128, 128, 128);
    margin-top: 0px;
    margin-left:10px;
}
.gc h5{
    margin: 0px 10px;
}
.fix{
    clear:both;
}
.child3{
    border:0.5px solid rgba(208, 206, 206, 0.963);
    height: 200px;
    margin-top: 10px;
}
.img{
    width: 100px;
    height: 100px;
    float:left;
    background:linear-gradient(to right, #18b5e5 0%, #2828de 100%);
    border-radius: 50%;
}
.textarea{
    float:right;
    width:60%;
    padding: 10px;
    margin-right:20px;
}
.textarea p{
    font-size: 10px;
}
.textarea h5{
    margin-top: 20px;
    margin-left: 0px;
}