body {
  font-family: 'Inter', sans-serif;
}

img {
   width: 50vw;   
  height: auto;
}

p {
  font-family: "Times New Roman", Times, serif;
  line-height: 1.6;
}

.htwo-title {
  font-family: font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
}

.name {
font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
}

.index {
  background-image: url("images/jake2.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  height: 100vh;
  }

.about {
  background-image: url("images/about.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  height: 100vh;
}

.colored-box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 10px;
}
  
.project1 {
  background-image: url("images/paper.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project2 {
  background-image: url("images/paper.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project3 {
  background-image: url("images/paper.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project4 {
  background-image: url("images/paper.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.colored-box {
  background-color: white;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px;
  height: 100vh;
  background-color: #111;
  padding: 20px;
  box-sizing: border-box;
}

.sidebar h1 {
  color: white;
  font-size: 22px;
  margin-bottom: 30px;
}

.sidebar nav {
  display: flex;
  flex-direction: column;
}

.sidebar nav a {
  color: #ccc;
  text-decoration: none;
  padding: 10px 0;
  font-size: 16px;
  transition: 0.4s;
}

.sidebar nav a:hover {
  color: red;
  transform: translateX(10px);
}

.sidebar nav a.active {
  color: purple;
  font-weight: bold;
}

.main-content {
  margin-left: 240px;
  padding: 40px;
}
