body {
    padding: 0;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 150%;
    background-color: #ffe4b5;
}

#main {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 40%;
    height: 40%;
    background-color: #00ced1;
    float: center;
}

h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 30px;
    font-style: bold;
    color: white;
}

.p2 {
    margin-top: 05px;
    margin-bottom: 05px;
    font-size: 15px;
    font-style: bolder;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00ced1;
    color: white;
    text-align: center;
}