.content{
    background-color: none;
}
.content h1{
    margin: 50px 90px;
    font-size: 40px;
    color: rgb(35, 137, 145);
    text-align: center;
}
.privacy{
    background-color: white;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    box-shadow: 6px 7px lightslategrey;
}
.privacy > *{
    margin: 0 30px;
}
.privacy p{
    font-size: 18px;
    line-height: 1.5em;
    color: rgb(99, 99, 99);
}
.privacy strong{
    font-weight: 600;
    color: rgb(39, 112, 117);
}
.privacy a{
    text-decoration: none;
    color: rgb(51, 138, 145);
}
.mainct{
    padding: 30px;
}
@media screen and (max-width:1000px) {
    .privacy{
        width: 95%;
    }
}