body {
  background-image: url("./media/photo14775541937789562c28588c0Opacity0.8.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

h1,
h3,
h4 {
  font-family: "Alegreya", Serif;
}

h2 {
  font-family: "Questrial", Sans-Serif;
}

h4 {
  font-size: 30px;
}

a {
  font-family: "Questrial", Sans-Serif;
  font-size: 18px;
}

i {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.6);
}

i:hover {
  filter: drop-shadow(2.5px 1.5px 1.5px #8b8b8b);
}

.jumbotron {
  padding: 100px 50px;
  width: 100%;
  height: 100vh;
  size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.banner-text h1 {
  font-size: 72px;
  padding: 20px;
  letter-spacing: 1.75px;
}

.projects-list {
  background: rgba(0, 0, 0, 0.25);
  color: white;
  border: none;
  margin: 20px;
  padding: 20px;
}

.projects-list a {
  color: white;
  text-decoration: none;
}

.projects-list a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.projects-list video {
  width: 90%;
  border-radius: 22px;
  margin: 20px;
}
