
body{
    background : #5DA082;
}

p{
    text-align: justify;
}

.main-content{
    width: 65%;
    padding: 25px;
    margin: auto;
    background: white;
    box-shadow: 1px 1px 12px #333;
}

.main-title{
    font-size: 160%;
    font-weight: bold;
}

.title{
    font-size: 130%;
    font-weight: bold;
}

.sub-title{
    font-size: 110%;
    font-weight: bold;
}