* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Century Gothic, sans-serif;
  font-size: 18px;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #199AF0, #199AF0 50%, #333 50%, #333);
  position: relative;
}

img {
  max-width: 250px;
  top: 10px;
  left: 10px;
}

.box {
  position: relative;
  text-align: center;
}

.box p {
  color: #000;
  display: block;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.61);
  text-align: center;
  font-weight: 700;
}

.box h1 {
  display: none;
}

.box h4 {
  width: 100%;
  text-align: center;
  font-size: 4em;
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 600px) {
  .box h2 {
    font-size: 7em;
  }
  .box h4 {
    font-size: 2em;
  }
  .box a {
    font-size: 0.8em;
  }
}
