h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 10px;
  color: #ccc;
  text-align: center;
}

h3 {
  text-align: center;
  font-size: 2.5em;
}

h4,
section.featured-projects div p {
  text-align: center;
}

.name {
  padding: 200px 0;
  text-align: center;
  background-image: url(../Images/General/hello-world.gif);
  background-repeat: no-repeat;
  background-size: cover;
}

.box {
  background-color: white;
  width: 650px;
  height: 150px;
  display: inline-block;
}

.box h1,
.box h2 {
  user-select: none;
  color: black;
  text-align: center;
  height: 50px;
  line-height: 100px;
}

.about-me p {
  margin: 50px 500px;
  text-align: center;
}

.featured-projects {
  padding: 50px 0;
  display: block;
  background: rgb(20, 20, 20);
}

.top-two {
  display: flex;
  margin: 75px 0;
  justify-content: center;
}

.top-two div {
  margin: 0 30px;
  text-align: center;
  width: 500px;
}

.bottom-two {
  display: flex;
  margin: 75px 0;
  justify-content: center;
}

.bottom-two div {
  margin: 0 30px;
  text-align: center;
  width: 500px;
}

.project-title {
  font-weight: bold;
  font-size: 25px;
  margin: 10px;
}

.tags {
  font-size: 15px;
  margin: 0 0 10px 0;
}

.view-more-container {
  display: flex;
  align-items: center;
}

.view-more {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.arrow-button {
  vertical-align: middle;
  margin-left: 5px;
}

p {
  font-family: sans-serif;
  font-size: 1.2em;
}

.more-projects {
  padding: 0px 25px;
}

.view-all-projects {
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
}

/* FOOTER */

footer {
  padding: 70px;
  text-align: center;
  font-family: sans-serif;
}