/* Import Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* General styles */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

h1 {
    text-align: center;
}

.content-wrapper {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 1rem;
    width: 80%;
}

section#section_2915664,
section#section_2915668 {
    display: none;
}

dl#f_58994956_label {
    display: none;
}

/* Media Query for Smartphones */
@media (max-width: 600px) {
    .content-wrapper {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}