element {
  display: flex;
  flex-direction: column;
}

nav {
  border:2px solid;
  border-left:none;
  border-right:none;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background-color: white;
}

ul {
  list-style-type:none;
}

body {
  background-image: url("/images/blue-green-tiled-background.png");
}

.container {
  border: 5px double black;
  margin-top:30px;
  background-color: white;
}

.item {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

.item1 {
  font-size: 20px;
}

.item2 {
  text-align: left
}

img {
 width: 50%;
 height: auto;
}