.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
     color: #548235;
font-size: 80px;
  }
  
  .img { 
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  .text { 
    font-size: 20px;
  }

  .zilla-slab-regular {
    font-family: "Zilla Slab", serif;
    font-weight: 400;
    font-style: normal;
  }

  .color{ 
    color: #DEEEDB;
  }


  /*----------MEDIA QUERIES-----------*/
@media only screen and (max-width: 600px) { 

    .Hallo {
        text-align: center;
    }

   .pacifico-regular { 
        text-align: center;
       margin-right: 5px;
       font-size: 75px;
    }

    .blume {
        width: 80%;
    }




}
   


