.name {
  color: rgb(192, 47, 47);
  font-size: 1.25rem;
  font-weight: 500;
}

.flwb-red {
  color: rgb(192, 47, 47);
}

#logo {
  height:15%;
}

#projects {
  height:30%;
}

.projectImage {
  max-width: 250px;
  max-height: 250px;
  min-width: 100px;
  min-height: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.sketchBG {
  max-width: 100vw;
  height: 100vh;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  opacity: .6;
}