:root {
  --highlight-color: #ffd100;
}

body {
  margin: 0 10rem 0 10rem;
  background-color: rgba(190, 169, 111, 0.696);
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  font-family: "Special Elite", system-ui;
  font-weight: 800;
  font-style: bold;
}

h2 {
  font-size: 1.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-size: 1.5rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  padding: 1rem;
}

mark {
  padding: 5px;
  background-color: white;
}

.project-block {
  margin-bottom: 2rem;
  width: 40%;
  position: relative;
  left: calc(30% - 2rem);
  text-align: center;
  background-color: white;
  padding: 2rem;
  transition: transform 0.5s;
  text-align: center;
  border-radius: 2px;
}

.project-block:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

img {
  height: 30vh;
}

a {
  /* color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.float-right,
.float-left {
  max-height: none;
  width: 45%;
  border-radius: 3px;
}

.float-right {
  float: right;
  margin-left: 4rem;
}

.float-left {
  float: left;
  margin-right: 4rem;
}
