html {
  scroll-snap-type: y mandatory;
}

body {
  background-color: #212121;
  color: aliceblue;
  margin: 0%;
}

::-webkit-scrollbar {
  width: 20px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border: 6px solid transparent;
  background-clip: content-box;
}

h1 {
  padding-left: 50px;
  font-size: calc(2vh + 2vw);
}

#about {
  background-image: url("Pictures/BackPic.jpg");
  background-color: #1a1a1a;
  background-size: cover;

  background-blend-mode: exclusion;

  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: right;
  padding: 0;

  scroll-snap-align: start;
}

.PictureDiv {
  position: absolute;
  bottom: 0vh;
  left: 5%;
  max-width: 25vw;
}

.Picture {
  max-width: 100%;
  max-height: 100%;
}

.AboutText {
  position: absolute;
  top: 20%;
  bottom: 0;
  right: 5%;

  width: 50%;
  height: 60%;

  font-size: calc(1vh + 1vw);
}

#text {
  color: rgb(255, 50, 50);
}

#summary {
  background-color: #1a1a1a;
  height: 100vh;
  width: 100%;
  color: white;
  display: flex;

  text-align: left;

  scroll-snap-align: start;
}

#summaryTitle {
  font-size: 12vw;
}

#InnerSummary {
  margin: 5%;
}

footer {
  position: fixed;
  bottom: 0;
  color: aliceblue;

  right: 0%;
  padding: 10px;
}
