﻿*{
    padding:0px;
    margin:0px;
}
.d1{
    background-color:#a856bb;
    color:#72b664;
    width:50%;
    float:left;
    text-align:center;
    padding-bottom:200px;
}
.d1:hover{
    border-radius:20px;
}
.d2{    
    background-color:#b6ff00;
    color:#72b664;
    width:50%;
    float:left;
    text-align:center;
    padding-bottom:200px;
}
.d2:hover{
    border-radius:20px;
}
.d3{
    background-color:#c35f24;
    color:#72b664;
    width:100%;
    float:left;
    text-align:center;
    padding-bottom:203px;
}
.d3:hover{
    border-radius:20px;
}
.d4{
    background-color:#2e6e72;
    color:#72b664;
    width:50%;
    float:left;
    text-align:center;
    padding-bottom:200px;
}
.d4:hover{
    border-radius:20px;
}
.d5{
    background-color:#b24d4d;
    color:#72b664;
    width:50%;
    float:left;
    text-align:center;
    padding-bottom:200px;
}
.d5:hover{
    border-radius:20px;
}
