body {
  margin: 0;
  background: #1d3557;
  font-family: "Roboto", sans-serif;
  color: #f1faee;
  background-color: #1d3557;
  opacity: 1;
  background-image: radial-gradient(#457b9d 2px, transparent 2px),
    radial-gradient(#457b9d 2px, #1d3557 2px);
  background-size: 80px 80px;
  background-position: 0 0, 40px 40px;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

p {
  margin: 0;
}

.content-container {
  height: 100vh;
  display: flex;
  align-items: center;
}

.middle-section-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding-left: 100px;
}

.main-title {
  font-size: 4em;
  margin-bottom: 40px;
}

.sub-title {
  font-size: 2em;
  margin-bottom: 40px;
}

.main-body {
  color: #f1faee;
  border-left: 5px solid #f1faee;
  padding-left: 35px;
}

.text-highlight {
  color: #e63946;
}

.text-bold {
  font-weight: bold;
}

.text-projects {
  color: #a8dadc;
  margin-bottom: 10px;
  font-weight: bold;
}

.icon {
  filter: invert(1);
  height: 40px;
  margin-right: 20px;
  cursor: pointer;
}
