p {
    font-weight: 500;   
    margin-left: 10px; 
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Sans-serif;
    line-height: 1.4;
}

h1 {
    font-weight: 500;   
    margin-left: 10px; 
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Sans-serif;
    line-height: 1.4;
}

h2 {
    font-weight: 500;   
    margin-left: 10px; 
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Sans-serif;
    line-height: 1.4;
}

body {
    background-color: orange;
}

#top_section {
    background-color: black;
}

#bottom_section {
    background-color: orange;
}