.margin-auto {
  display: flex;
  justify-content: center;
 
}

.margin-auto__content {
position: absolute;
  top: 75%;
  left: 63%;
}


p { text-align: center;
}

img { 
  width: 50%;
  height: auto;
  opacity: 1;
}
.logo {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
