@font-face {
  font-family: "Helvetica Now Text";
  src: url(https://www.nike.com/static/ncss/4.2/dotcom/fonts/HelveticaNowTextMedium.woff2);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Helvetica Now Text", sans-serif;
  color: #ffffff;
}

main {
  display: flex;
  height: 100vh;
  width: 100vw;
  text-align: center;
  border: 10px solid rgba(0, 0, 0, 0.807);
}

.left,
.right {
  width: 50%;
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
}

.left {
  background-image: url(https://static.nike.com/a/images/ab6afc80-24a3-4850-bb5a-9effe5c36ee7/image.png);
}

.right {
  background-image: url(https://static.nike.com/a/images/108621da-9565-473a-82ab-5eaffce47bde/image.png);
}

.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  text-shadow: 0 0 10px #000;
}

.left .overlay {
  width: 100%;
  height: 100%;
  background-color: #9c4f1b4a;
}

.right .overlay {
  width: 100%;
  height: 100%;
  background-color: #2614782b;
}
