body {
  font-family: 'Quicksand', sans-serif;
  border: 1px solid rgb(1, 1, 16);
  padding: 20px;
}

.decoration-none {
    text-decoration: none;
}

h1 {
    color: hsl(180, 100%, 99%);
    text-align: center;
}

nav a { 
  text-decoration: none;
}

nav a:hover {
  font-weight: bold
}

footer {
  padding: 20px;
  color: white;
  background-color: #00c8eb;
  text-align: center;
  font-weight: bold;
}

.jumbotron {
  font-size: 20px;
  padding: 40px;
  background-color: #00c8eb;
  text-align: center;
  color: white;
}

main {
  padding: 20px
}