
body{
    background-color: #EDF1D6;
}
div.link{
    background-color: #9DC08B;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 1cm ;
    border: solid 10px;
    font-family: Arial;
    font-size: large;
}
div.link>p {word-spacing: inherit;} 
a{text-decoration: none;
   padding: 0.5cm;
   color: white;
   font-style: Bold;


}
a:hover{
    background-color: #609966;
    color: #40513B;
}
h1{text-align: center; font-family: 'Times New Roman', Times, serif;
    ;}
.me{
    align-content: center;
    max-width: fixed;
    background-color: #40513B;
}
div.Ig{
    background-color: #609966;
}
.Em{
    background-color: #9DC08B;
}