* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
}
body #title {
  background-image: url(media/mainbg.png);
  background-size: cover;
  border-bottom: solid black 5px;
  padding-bottom: 60px;
}
body #title #up h1 {
  text-align: center;
  padding: 250px 20% 250px 20%;
  font-size: 65px;
  font-family: "Helvetica";
  color: white;
}
body #title #down {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  justify-items: center;
}
body #title #down .button {
  position: relative;
  top: 0px;
  width: 250px;
  padding: 20px;
  background-color: white;
  font-size: 20px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-radius: 10px;
  box-shadow: 0 4px 8px 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
body #title #down .button img {
  position: relative;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
}
body #title #down .button:hover {
  background-color: black;
  color: white;
  top: -3px;
}
body #app {
  padding-top: 50px;
}
body #app .apptitle h2 {
  text-align: center;
  font-size: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body #app #convert {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  justify-items: center;
}
body #app #convert .inputbox {
  margin: 20px;
}
body #app #convert .inputbox input {
  width: 350px;
  height: 40px;
  font-size: 25px;
}
body #app #convert .inputbox h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}
body #app #convert .inputbox p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body #how-to {
  text-align: center;
  font-size: 30px;
}
body #how-to h2 {
  text-align: center;
  font-size: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}/*# sourceMappingURL=style.css.map */