
body {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #f5f5f5;

}

.box{
  width: 1000px;
  height: auto;
  border: 10px solid black;
  background-color: #f5f5f5;
  border-radius: 15px;
  justify-self: center;
margin-top: 20px;
}
.nav {
width: 100%;
border: 5px rgb(0, 0, 0) solid;
justify-self: center;
text-decoration: none;
}
a {
  text-decoration: none;
  text-decoration-color: aqua;
}
.fullinfo{
display: flex;
flex-direction: column;
}


