@import url("https://fonts.googleapis.com/css?family=Anton|Fjalla+One|Monoton|Rock+Salt&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lilita+One&display=swap");

html {
  font-size: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 1.6;
}

.navbar {
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 15px;
  background-color: dimgrey;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 35px;
  height: 35px;
}

.btn-sm {
  margin-top: 4px;
  background-color: transparent;
  display: flex;
  text-align: centre;
  float: right;
  padding-top: 10px;
  padding-right: 0.7px;
  border: 3px solid #00d7c3;
  border-radius: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #00d7c3;
}

.btn-sm:hover {
  box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
  border: 3px solid #00d7c3;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: 0;
}

h1 {
  color: #4fa10c;
  text-align: center;
  font-family: 'Lilita One', cursive;
  font-size: 6rem;
  font-weight: normal;
  line-height: 5.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h3 {
  color: #cda108;
  font-family: "Monoton", cursive;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  word-spacing: 8px;
  font-size: 2.5vw;
  margin: 0;
  font-weight: 400;
}

.container {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://lh3.googleusercontent.com/EdH-p8QbiRuoJUa7xkREONL9q2vuSXIguGUCqtwDImSdouSZ_d5sBQ8u_ieTol3A4uyiTI_a4BwJjiyZSOos94NsTM972jcApHE01Mt4AW1e_GtqoxRpgLM6EmVRa7jCByVypNfOBQ=w2400);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p {
  color: #00bfff;
  font-size: 25px;
}

.item {
  padding: 0 30px 0 30px;
  text-align: center;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1rem;
  display: inline-block;
  line-height: 1.25rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
