form {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

.h-primary {
  font-size: 3.8rem;
  padding: 12px;
}

h4 {
  color: rgb(17, 9, 136);
  font-family: "Great Vibes", cursive;
  margin-bottom: 20px;
}

h3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

input {
  height: 30px;
  width: 250px;
  text-align: center;
}

button {
  background-color: coral;
  margin: 10px;
  padding: 6px 90px;
  color: white;
  border-color: white;
}

a {
  border: 1px solid grey;
  text-decoration: none;
  margin: 10px;
  padding: 6px 90px;
  color: black;
}

.images {
  display: flex;
  align-items: center;
}

img {
  height: 50px;
  width: 50px;
}
