/* Place your CSS styles in this file */
body{background-color: lightblue;}
h1 {
    text-align: center;
    color: #1B4332;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 80px;
}
p{
    color: #000000;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    background-color: #34d03c;
}
#p2{

    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;

}
ul{
    list-style-type: none;
    background-color: aqua;
    text-align: center;
    font-size: 30px;
}
li{
    display: inline;
    margin-right: 20px;
}

.container {
   background-color: #2ECC71;
}
marquee {
    font-size: 30px;
    width: 100%;
    background-color: #34d03c;
    padding: 15px 0;
    border-radius: 15px;
}