ul {
  list-style-type: none;
  margin:0;
  padding:0;
}


li {
  display: inline;
  border: 4px dotted white;
  padding: 10px;
  margin: 5px;
  color: #151E3F;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
color: #07BEB8;
}

body {
  background-color: #FFD6E4
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

p {
  font-family: 'Montserrat', sans-serif;
  color: #151E3F;
  font-size: 25px ;
  text-align: center;
  border: 9px dotted white;
  padding: 10px;

}
