@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Crimson+Text:wght@600&family=Dancing+Script:wght@600&family=Montserrat:wght@500&family=Open+Sans:wght@500&family=Quicksand:wght@700&display=swap');

html {
  height: 100%;
  width: 100%;
  font-family: 'Quicksand', sans-serif;

}

button {
  padding: 14px;
  margin: 9px;
  border: 2px solid black;
  border-radius: 9px;
  cursor: pointer;
  width: 66vw;
  font-size: 24px;
  font-weight: bold;
}

.row {
  margin: 8px 0px;
  width: 29vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row input {
  font-size: 29px;
  font-weight: bold;
  width: 333px;
  font-size: 22px;
  margin: 4px;
  padding: 20px 48px;
  border: 2px solid black;
  border-radius: 5px;
}

button:hover {
  background-color: rgba(242, 173, 12, 0.855);
  color: aliceblue;
  box-shadow: 0px 0px 10px rgb(120, 115, 115);
}

body {
  background-color: #9a9191;
}