.cgu-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
 box-sizing: border-box;
}

.cgu-container h1{
   font-size: 25px;
   font-weight: bold;
}

.cgu {
    width: 90%;
    height: fit-content;
    display: flex;
    flex-direction: column;
 box-sizing: border-box;

}

.cgu h2{
    font-weight: bold;
    margin-top: 1rem;
    font-size: 20px;
    text-decoration: underline;
}

.cgu strong {
    font-weight: bold;
}