body {
    background-image: url('Images/nature.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Mooli', sans-serif;
  }
  h1{
    color: black;
    font-size: 42px;
    color: #3D0C11;
  }
  img{
  width: 300px;
  height: 300px;
  border-radius: 10px;
  margin: 0px 10px 30px 20px;
  }
  p{
    font-size: 20px;
    color: #F8F0E5;
  }