*{
    font-family: 'Georgia';
}
.second, .first{
    background-color: #3CB371;
    color: white;
    height: 100px;
    width: 40%;
    float: left;
}
.third{
    background-color: #3CB371;
    height: 100px;
    width: 20%;
    float: right;
}
