body {
    background-size: cover;
      background-position: center;
    height:90vh;
      background-attachment: fixed
  }
  
  img {
    margin-bottom: 40px;
  }
  
  p {
    color: black;
    text-align: center;
    font-size: 25px;
    font-family: roboto;
  }