h1{
  font-size:3rem;
  font-weight: bold;
  color:white;
  margin-bottom: 10px;
}
h2{
  color: #3fb950;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
  font-size:1.5rem;
}


body {
    background: #111;
    color: white;
    font-family: Arial, sans-serif;
}

.project-image{
  background: #181818;
  border: 1px solid #2f2f2f;
  padding: 20px;
  margin: 40px 0;
}

.project-image img{
  width: 50%;
  max-width :650px;
  margin: 0 auto;
  border-radius: 10px;
}
