body {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: yellow;
}

a {
  text-decoration: none;
}

html,
body {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: yellow;
}

div {
  height: 100%;
}

h1 {
  margin: 0 auto;
  font-size: 7.5vw;
}

p {
  margin: 0 auto;
  font-size: 2vw;
}

input {
  width: 250px;
  height: 80px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin: 0 10px;
  display: inline;
  float: none;
}

button {
  width: 250px;
  height: 80px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin: 0 10px;
  display: inline;
  float: none;
}