.wholepage {
background-color: #000000;
text-align: center;
color: #FFFFFF;
font-size:1.4em;
line-height:160%;
margin:5%;
font-family:"Montserrat", sans-serif;
}

.grid{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows: 120px minmax(300px,auto) 120px;
    place-items:center;
    justify-items:center;
}

.header {
    font-size:1.8em;
}

.content {

}

.footer {

}

.picture {
height: 20%;
width: 20%;
max-width: 300px;
}

.simplelist {
    list-style-type: none;
    padding:0;
}

.simplelink {
    text-decoration-color: blue;
}

a.simplelink {
    text-decoration: none;
    color: lightblue;
}
