
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Concert+One&display=swap');


.AboutSharkie{
 display: flex;
  flex-direction: column;
   gap: 15px;
    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;
}



.Sharked {
   align-items:center;
    width: 348px;
     height: 279px;
      object-fit:contain;
       margin-top: 25px;
        border: 4px solid rgb(75, 43, 19);
         border-radius: 8px;
          background-color: rgb(121, 175, 118);
           transition: 0.3s ease;
            box-shadow: 0 4px 8px rgba(49, 45, 45, 0.4);
}