body {
  background: black;
}
h2 {
  font-weight: bold; color:cadetblue;
  font-family: "Meie Script";
  
}
h1 {
  font-weight: bold; color:cadetblue;
}
img{
  height: 4
    300px;
  width: 300px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}
.nav  > div {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  color: #F4ED27;
}

.nav > div:nth-child(1) {
  background-color: white;
}

.nav > div:nth-child(2) {
  background-color: white;
}

.nav > div:nth-child(3) {
  background-color: white;
}
a:link{
  color: cadetblue;
}
a:hover{
  color: aquamarine;
}
.nav {
  border: 5px solid #ffcc5c;
  border-color: whitesmoke;
  display: flex;
  justify-content: space-between;
}