body {
    background-color:#D6E7D6;
    text-align:center;
}

/*
#D6E7D6
#ccffef
*/

h1 {
    color:darkgreen;
}

.imagelink {
 border-radius: 15px;
}

.linkcontainer {
    width: 160px;
    height: 160px;
    
 
   display:inline-block;
   margin:40px;

}

/* resize images */
.linkcontainer img {
    width: 100%;
    height: auto;
}

.textblock {
    max-width: 700px;
    margin: auto;
    text-align:left;
}

html *
{
   /* font-size: 1em ; */
   /* color: #000 ; */
   /* font-family: Arial ;  */
}

