.main-container img {
  height: auto;
  width: 200px;
  padding-top: 250px;
}

.main-container p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #fff;
  padding-top: 10px;
}

body {
  background-size: cover;
  background-image: url("../img/back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
