html,
body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  min-height: 100vh;
  background-color: #000D1E;
  background-image: url(bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

img {
  max-width: 100%;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
  max-width: 1180px;
}

.item {
  cursor: pointer;
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.item-img {
  box-sizing: border-box;
  padding: 4px;
  margin-bottom: 1vw;
  color: #2e6088;
  background-color: white;
}

.caption {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.5vw;
  padding-bottom: 0.4vw;
}

.logo {
  width: 50%;
}
