main{
    height: 600px;
    padding-bottom: 0;
}

#notice-of-privacy{
    background-color: black;
    color: white;
    width: 100%;
    padding: 0px 0px 100px 0px;
    margin-top: -120px;
    z-index: 2;
    position: relative;
    line-height: 25px;
}

#notice-of-privacy > div{
    width: 75%;
    margin: 0 auto;
    text-align: justify;
}

.title-privacy, .item{
    color: #9747FF;
}

.title-privacy{
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}