body{
    padding: 40px;
    background-color:f4f1de;
    font-family:'Courier New', Courier, monospace
}

.topimage {
    text-align: center;
}
.descriptionbox{
    background-color:81b29a;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 30px;
}

.box1{
    background-color:f2e9e4;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 30px;
}

.box2{
    background-color:cfe1b9;
    padding: 60px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 30px;
}

.box3{
    background-color:ffe5d9;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 30px;
}

.box4{
    background-color:f0ead2;
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 30px;
}

.innerImage{
    height: 101px;
    float: left; 
    margin: 15px;
    border-radius: 10px;
}


.textStat{
    float: right;
    color: white;
    width: 300px;
    border-radius: 10px;
}

#textStat1{
    background-color:c8b6ff;
}

#textStat2{
    background-color:a3b18a ;
}

#textStat3{
    background-color:f5cac3;
}

#textStat4{
    background-color:f6bd60;
}