body {
    background: rgb(109, 8, 109);
  }
  
img {
    border: 5px solid black;

  }
  
.center {
    text-align: center;
  }

img.center {
    display: block;
    margin: 0 auto;
  }

.yellow {
  color: hwb(51 0% 0%);
}

.title {
  color: white;
  text-decoration: none;
  font-size: 50px;
  text-align: center;
  font-family: sans-serif;
}

.header {
  color: white;

}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: hwb(51 0% 0%);
  color: black;
  text-decoration: none;
  border: 6px solid black;
  font-size: 1em;
}

.button:hover {
  background-color: hwb(51 48% 0%);
}

.ribbonbutton {
  display: inline-block;
  padding: 10px 25px;
  background-color: rgb(109, 8, 109);
  color: black;
  border: 0px solid black;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.5em;
}

.ribbonbutton:hover {
  text-decoration: underline;
}

.line {
  width: 100%;
  height: 5px;
  background-color: black;
}

input[type="text"] {
  width: 200px;
  height: 25px;
  border: 3px solid black;
  font-size: 16px;
  color: black;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-size: 1em;
  font-family: sans-serif;
}

.subtitle {
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  font-family: sans-serif;
}

.yellowcenter {
  color: hwb(51 16% 24%);
  text-align: center;
  margin-left: 200px;
  margin-right: 200px;
  font-size: 20px;
}

.legend {
  background-color: rgb(82, 11, 70);
  border: 5px solid rgb(0, 0, 0);
  padding: 10px 10px;
  color: rgb(12, 133, 8);
  text-align: left;
  margin-left: 200px;
  margin-right: 200px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 30px;
}
