body {
  font-family: 'Quicksand', sans-serif;
  border: 1px solid rgb(1, 1, 16);
  padding: 20px;
}

.decoration-none {
    text-decoration: none;
}

h1 {
    color: #00a2c6;
    text-align: center;
}

nav a { 
  text-decoration: none;
}

nav a:hover {
  font-weight: bold;
}

footer {
  padding: 20px;
  color: white;
  background-color: #00a2c6;
  text-align: center;
  font-weight: bold;
}

.box {
    border-top-style: solid;
  border-right-style: dotted;
  border-bottom-style: groove;
  border-left-style: double;

  border-width: 4px;
  border-color: rgb(235, 68, 210);
  width: 200px;
  height: 50px;
  padding: ;
}
