
#aboutme {
          font-family: "Lily Script One", system-ui;
          font-weight: 400;
          font-style: normal;
          font-size: 3em;
          background-position: center;  
          background-size: cover;    
          background-repeat: no-repeat;
          height: 100px;  
          margin:-8px; 
          padding-top: 40px; 
          text-align:center;
          color: #c2064e;
}

.myinfo {
  display: flex;             
  align-items: center;      
  gap: 20px; 
  
  width: 810px;      
  height: 300px;      
  margin: 40px auto;  
  border: 4px solid pink;
  border-radius: 8px;
  border-style: double;
  padding: 40px;      
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#d4114c;      
}

.myinfo img {height: 100%;       
  width: auto;           
  object-fit: cover;     
  border-radius: 8px;
             }

.myinfo .textinfo {

  flex: 1;
  line-height: 1.6;
   
}






.travel {
         width: 800px;          
         margin: 40px auto;     


         
         background-color: #ffe8f1;
         background-position: center;  
          background-size: cover;   
          background-repeat: no-repeat;
         padding: 20px 50px 50px 50px;
         border-radius: 8px;
         text-align:center;
         
         }

.sidebyside {
         display: inline-block;
         margin: 10px;
}



.travel img { 
             
             width:300 px; height: 400px;
             border-radius: 10px;
             border: 3px solid #993399;
             border-width: 3px;
             border-style: double;
      

             }


.home {
        display: flex;
  align-items: center;      
  justify-content: center;
  gap: 20px;               
  width: 810px;            
  margin: 40px auto;
  padding: 40px;
  border: 2px solid pink;
  border-radius: 8px;
  border-style: dashed;
         }

.cat-left {
  text-align: center;
}

.cat-left p {
  font-family: "Bungee", sans-serif;
  font-size: 17px;
  margin-bottom: 10px;
  color: #7a003d;
}



.cat-left img { 
         width: 250px; height: 300px;
  border-radius: 10px;
  border: 2px solid #fff;
             }

.cat-right {
 flex: 1;
  font-family: "DM Sans", sans-serif;
  color: #d4114c;
  line-height: 1.6;
  text-align: left; 
  
}




.travelling {
   font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  color: #b30047;
  padding: 0px 0px 20px 0px;
}


.mycat {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  color:#d4114c;
  padding: 0px 0px 20px 0px;
}


.first { color: #002266; 
         font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
         }

.second { color: #ff0066; 
         font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
         }

.third { color: #800080; 
         font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
         }


a { font-family: "Exo 2", sans-serif;
   font-weight: 800;
  font-style: normal;
    text-align:center;
    color:#4d4d4d;
 padding: 0px 0px 20px 0px;
 }



img {
  display: block;
  margin: auto;
}