
header table {
  width: 100%;
}

.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


table {
  border: 2px solid black;
  border-radius: 7PX;
  background-color:#b4f0e4;
}

body {
  background-color: #ccd1d1;
}

table tr th a {
  font-family: Poiret One, georgia, tahoma, verdana;
  font-size: 2em;
  color: black;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;

  }

p {
  margin-left: 10%;
  margin-right: 10%;
  font-family:Poiret One, georgia, tahoma;
}


a:visited {
  color: grey;
}

a:hover {
    color: blue;
}

h1 {
  font-size: 3em;
  font-family:Poiret One, georgia, tahoma;
}

div {
	border-radius: 5px;
	border: 2px solid black;
	background-color: white;
  height: auto;
	width: 120px;
	margin: auto;
	text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

 }

div.container {
  text-align: center;
	width: 50%;
border: 2px solid black;
}

ul.myUL {
  display: inline-block;
  text-align: left;
}		

footer div a {

  font-family: Poiret One, tahoma, verdana;
  font-size: 1em;
  color: #3b5998;
}


