.Aboutme {
  background-color: white;
  max-width: 800px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 20px;
  padding: 20px;
  margin: 10px 40px 10px 40px;
  border-radius: 10px;
  color: #222;
}

.Basictext {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 18px;
  margin: 30px;
}

.project-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.project-card {
  flex: 1;
  min-width: 300px;
  background: white;
  padding: 20px 20px 80px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.button {
  display: flex;
  justify-content: center;
  background-color: #323945;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 30px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 10px, 4vw, 18px;
  margin: 2px 2px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.aboutbutton {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background-color: #323945;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  padding: 10px 24px;
  text-decoration: none;
}

.frontpageimage {
  width: 100%;
  height: auto;
  max-height: 300px;
}

img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.project-card h3 {
  margin-top: 15px;
  font-size: 1.4rem;
}

.project-card p {
  margin-top: 10px;
  color: #555;
  line-height: 1.5;
}

.text-box {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  font-size: 28px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 30px;
}

.topnav {
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.topnav a {
  position: sticky;
  top: 0;
  z-index: 1000;
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #e6e6e6;
  color: black;
}

.padding2 {
  padding-bottom: 25px;
}

.padding3 {
  padding-bottom: 10px;
}
