@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,500i,700,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background-image: url("89ebg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1 {
  width: 100%;
  bottom: 30%;
  position: fixed;
  margin: auto;
  text-align: center;
  color: #ccc;
}

.box {
  width: 100%;
  height: auto;
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 10%;
  margin: auto;
  text-align: center;
  color: #ccc;
  border: 1px solid white;
}

.box > h3 {
  margin: 0 !important;
  padding: none !important;
  height: auto;
  display: inline-block;
  padding: 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body {
    background-size: 220% 100%;
  }
  .box > h3 {
    font-size: 15px;
    padding: 10px;
  }
}
