html {
  background-image: linear-gradient(to bottom right, #0054ff, #00c5ff);
  font-family: "Nunito";
  color: #fff;
  text-align: center;
}

html, body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 6rem;
  font-weight: lighter;
}

#searchtitle {
  margin-top: 15vh;
}

input {
  font-family: "Nunito";
  border: none !important;
  outline: none !important;
  margin-top: -50px;
  width: 750px;
  height: 75px;
  padding: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 3rem;
  border-radius: 10px;
}

* {
  box-sizing: border-box;
}

#searchUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#searchUL li a {
  text-align: left;
  margin: auto;
  width: 750px;
  margin-top: 10px;
  background-color: #fff;
  padding: 10px;
  padding-left: 20px;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 10px;
  color: #000;
  display: block;
  transition: .2s;
}

#searchUL li a:hover {
  transform: translate(25px, 0px);
}

#mark {
  position: absolute;
  margin-left: -38vw;
  margin-top: -200px;
  transition: .3s;
}

#mark:hover {
  transform: translateY(-50px);
  cursor: pointer;
}

@font-face {
  font-family: "Nunito";
  src: url("Nunito-Regular.ttf");
}
