body {
    background-color:#90c9ee;   /* step 4.1 */
    color: black;                         /* step 4.2 */
    font-family:Verdana;          /* step 4.3 */
}

nav{
    display: flex;
    flex-direction: row;
    border-color:hsl(116, 89%, 34%)
    border-width:8px;
    border-style:double;
    margin-top: 6px;
    justify-content: space-evenly;        
}
nav div {
  margin: 5px;
  padding: 2px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular';
  font-size: 20px;
  align-items: center; 
}

banner{   
    display: flex;
    flex-direction:row;
    padding: 5px;
    padding-top: 1%;
    padding-bottom: 1%;
    justify-content:center;
    background-color: #2d6ef0;
    color: white;
    
    border-color:hsl(116, 89%, 34%);
    border-width:8px;
    border-style:double;
    align-items:center;
}

banner div {
  margin: 30px;
  padding: 2px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular';
  font-size: 30px;
  align-items: center; 
}

banner a {
  color: hotpink;
}


footer {
  position: fixed;
  bottom 0;
  right 80%;
  text-align: right;
  padding: 1px;
  /* background-color: rgb(110, 191, 223); */
  color: rgb(233, 27, 178);
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0a9dec;
  color: white;
  text-align: center;
}

.boxie_3  {
      border-color:black;
      border-width:5px;
      border-style:solid;
      background-color:rgb(131, 226, 227);
      color:black;
      padding:5px;
      padding-left:6px;               
      margin-right:38%;
      margin-left: 6%;
}


header{
    text-align: center;
    text-decoration: rgb(16, 16, 202);
    color:#0066ff;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
