/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #006994;
  color: #FFF;
  border:20px solid #006994;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.glass-container {
  padding: 1rem;
  width: 95%;
}



.pp{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #FFF;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 2rem;
  
}
header h1 {
  font-size: 4rem;
  color: #e0f7fa;
}

h1 {
  font-size: 30px; }
h3 {
  font-size: 20px;}
h2 {
  font-size: 25px;}
h4 {
  font-size: 15px;
  }
h5 {
  font-size: 10px; }

/* Intro Section */
.intro {
  margin-bottom: 2rem;
}
.intro h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 20px;
  text-decoration:none !important 
}
/* Blog Posts */
.blog-posts {
  display: grid;
  gap: 1.5rem;

}
.post {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 1rem;
  transition: transform 0.3s ease;

}
.post:hover {
  transform: scale(1.02);
}
.post h3 {
  margin-bottom: 0.5rem;
}
.post p {
  margin-bottom: 1rem;

}


.headgui {
  color:white;
  text-decoration:none !important
  
}
.skillgui {
  text-align:left; }
  
  
.buttonguileft {
  background-color: transparent;
  border: 2px solid;
  padding: 10px 25px;
  border-radius: 30px;
  color: #FFF;
  cursor: pointer;
  float:left;
  transition: background 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  text-decoration:none !important
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buttonguileft:hover {
  color:#FFF;
  background: linear-gradient(135deg,#FF0000);
}

.forceleft {
  float:left;}

.imggui {
  border-radius:30px;
  width:300px;
  height:200px;
  }


.footgui {
  color:#FFFFFF;
  text-decoration:none !important
  }

.buttongui {
  display: inline-block;
  margin-left:10px;
  margin-bottom:8px;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid;
  padding: 10px 25px;
  border-radius: 30px;
  color: #FFF;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buttongui:hover {
  color: #FFF;
  background: #FF0000;
}



.buttonguitheme {
  display: inline-block;
  margin-left:10px;
  margin-bottom:8px;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid;
  padding: 10px 25px;
  border-radius: 30px;
  color: #FFF;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buttonguitheme:hover {
  color: #FFF;
  background: linear-gradient(135deg,#000000,#000000,#000000,#006994,#006994,#006994);
}


.linkgui {
  color:white;
  text-decoration:none !important 
   }




























/* Footer */
footer {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.8rem;
  float:right;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  color: #b2dfdb;
}