@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Concert+One&display=swap');

.servicepacks{
 display: block;
  align-self: center;
   text-align: center;
   margin-top: 20px;
    font-size: 40px;
     max-width: 711.81px;
      font-family: 'Bungee', sans-serif;
       -webkit-text-fill-color:rgb(121, 175, 118);
         -webkit-text-stroke: 1px black;
} 
.packages{
  display: flex;
   flex-direction: column;
    gap: 35px;
     max-width: 1200px;
      align-self: center;
       align-items: center;
        text-align: center;
         margin-top: 35px;
          font-size: 21px;
           font-family: 'Bungee', sans-serif;
            -webkit-text-fill-color:rgb(121, 175, 118);
             -webkit-text-stroke: 1px black;}
       .packages div {border-bottom: 1px solid rgb(121, 175, 118);}

 