.contact-container {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
}

.contact-box {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 5px;
}

.inner {
  background-color: rgba(0, 0, 0, 0.65);
}

body {
  background-image: url("../images/polo/polo_4.png");
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.75);

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
