.projects {
  height: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 4em;
  color: white;
  transition: transform 0.8s ease-in-out;
}
.box a {
    text-decoration: none;
    color: white;
    width: 100%;
}