#title {
    color: white;
    font-family: Ghostbusters;
    font-size: 50px;
    margin-left: 30px;
    margin-top: 30px;
}

#subheader {
    font-family: Ghostbusters;
    line-height: 1.2;
    margin-left: 30px;
}

#tinyheader {
    font-family: Ghostbusters;
    line-height: 1.2;
    margin-left: 60px;
}
body {
    background-color: black;
    color: white;
    font-size: 20px;
    font-family: Roboto system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 250;
    line-height: 1.2;
    padding:5;
    
    
}

.peterheading {
    color: white; 
    font-size: 20px;
    background-color: #9E0A0F;
    font-family: Roboto system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bolder;
    line-height: 1.2;
    padding:5;
    margin-left: 60px;

}

.danaheading {
    color: black; 
    font-size: 20px;
    background-color: #AB9E8F;    
    font-family: Roboto system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    line-height: 1.2;
    padding:5;
    margin-left: 60px;

}

.mayorheading {
    color: white; 
    font-size: 20px;
    background-color: #3C895A;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.2;
    padding:5;
    margin-left: 60px;
}

.rayheading {
    color: black; 
    font-size: 20px;
    background-color: #E5CA3E;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.2;
    padding:5;
    margin-left: 60px;
}

.egonheading {
    color: white; 
    font-size: 20px;
    background-color: #18568D;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.2;
    padding:5;
    margin-left: 60px;
}

.winstonheading {
    color: white; 
    font-size: 20px;
    background-color: #573D87;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.2;
    padding:5;
    margin-left: 60px;
}

#narrator {
    color: white; 
    font-size: 20px;
    border-style: solid; color: white;
    font-weight: 250;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.2;
    padding:5;
    margin-left: 60px;
    margin-inline-end: 60px;
}

hr {
    margin-inline-start: 60px;
    margin-inline-end: 60px;
}
