<style>
    img{
        height:250px;
    }
    body{
        background-color:#E9EED9;
    }
    h1{
        color:#705C53;
        text-align:center;
        font-size:45px;
        font-family: 'Verdana';
    }
    h2{
        font-size:35px;
    }
    h3{
        font-size: 22px;
    }
    p{
        font-size:21px;
    }
    table{
        background-color:#C9E9D2;
    }
    th{
        font-size:22px;
    }
    ol{
        font-size:20px;
    }
    .timg{
        height:300px;
    }
    #event{
        font-size:30px;
    }
    #about{
        font-size:20px;
        color:#AB886D;
    }
    .about-head{
        color:#54473F;
    }
    td{
        font-size:20px;
    }
    .event-name{
        font-size:30px;
        text-align:center;
    }
    .endpic{
        text-align:center;
    }
</style>