select {
  width: 100%;
  margin: 2px 0px 10px 0px;
  text-align: center;
    border-radius: 5px;
}

input[type="url"] {
  width: 100%;
  margin: 2px 0px 10px 0px;
    border-radius: 5px;
}

.buttonStyle {
  text-align: center;
  margin-top: 15px;
    border-radius: 5px;
}

.error {
  background-color: crimson;
  color: white;
  display: none;
  font-size: 15px;
  margin: 20px 0px;
  font-weight: bold;
  padding: 3px 2px;
  border-radius: 5px;
  text-align: center;
}

textarea {
  resize: none;
  border-radius: 5px;
}
