@charset "UTF-8";
/* CSS Document */

body {
    background-color: #F5F5F5;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background-color: #4CAF50;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #555;
    background-color: #E0E0E0;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #777;
    background-color: #F0F0F0;
}

p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-left: 20px;
    line-height: 1.6;
}

li {
    margin-bottom: 10px;
}

footer {
    text-align: center;
}

.emphasis {
    color: #FF6347;
    font-weight: bold;
}

main p {
    color: #333;
    font-size: 18px;
}

h1, h2, h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.highlight {
    color: #FF6347;
    font-weight: bold;
}
