a {
  color: black;
}

a:visited {
  color: black;
}

.btn {
  -webkit-appearance: none;
  color: #fff;
  border: solid 1px #111;
  border-radius: 7px;
  width: 170px;
  height: auto;
  margin: .5em 0;
  font-size: 1em;
  padding: .6em;
  background: #19A2C7;
  box-shadow: 4px 4px 10px #666;
  cursor: pointer;
  text-decoration: none;
}

a.btn {
  color: white;
}

a:visited.btn {
  color: white;
}

article {
  background: #eee;
  border: 2px solid #19A2C7;
  border-radius: 8px;
  width: 35%;
  margin: 0 0 10px;
  padding: 0 20px;
}

article p {
  margin: 0 0 10px;
}

article .flex {
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: space-between;
}

form {
  width: 45%;
}

form fieldset {
  background: #eee;
  border-color: #19A2C7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}

form fieldset legend {
  background: #eee;
  border: 2px solid #19A2C7;
  border-radius: 8px;
  font-size: 20px;
  margin: 0 auto;
  padding: 10px;
  width: 90%;
}

form fieldset label {
  color: #777;
}

form input {
  font-size: 12px;
  height: 20px;
  margin-bottom: 15px;
}

form textarea {
  font-size: 12px;
  height: 50px;
  margin-bottom: 15px;
  width: 300px;
}

form input#subscribe {
  width: initial;
}

form input[type="submit"] {
  -webkit-appearance: none;
  color: #fff;
  border: solid 1px #111;
  border-radius: 7px;
  width: 170px;
  height: auto;
  margin: .5em 0;
  font-size: 1em;
  padding: .6em;
  background: #19A2C7;
  box-shadow: 4px 4px 10px #666;
}

form.details {
  margin: initial;
}

.artwork {
  float: left;
  margin-right: 20px;
  width: 300px;
}
