body {
  margin: 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

h1 {
  width: 40%;
  margin: 50px auto 0 auto;
  font-family: 'Ms Madi', cursive;
  font-size: 5.60rem;
  color: #415a77;
  line-height: 4rem;
}

h2 {
  font-family: 'EB Garamond', serif;
  font-size: 2.25rem;
  font-weight: normal;
  color: #415a77;
}

h3 {
  font-family: 'EB Garamond', serif;
  color: #778da9;
}

a {
  color: #1b263b;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  margin: 10px 20px;
}

a:hover {
  color: #ffff;
}

p {
  line-height: 2;
}

hr {
  border: dotted 6px;
  color: #cdd6ec;
  width: 4%;
  border-bottom: none;
  margin: 100px auto;
}

.top-container {
  background-color: #edf2fb;
  position: relative;
  padding: 100px;
}

.profile-pic {
  width: 10rem;
  height: 10rem;
  border-radius: 100px;
}

.intro {
  width: 30%;
  margin: auto;
}

.middle-container {
  background-color: #e2eafc;
  padding: 100px;
  position: relative;
  line-height: 1.5;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px;
  text-align: left;
  line-height: 1.5;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 270px;
  bottom: 300px;
}

.code-icon {
  width: 30%;
  float: left;
  margin-right: 30px;
  position: relative;
}

.qa-icon {
  width: 30%;
  float: right;
  margin-right: 30px;
  position: relative;
}

.foddie-icon {
  width: 30%;
  float: left;
  margin-right: 30px;
  position: relative;
}

.travel-icon {
  width: 30%;
  float: right;
  margin-right: 30px;
  position: relative;
  bottom: 50px
}

.bottom-container {
  text-align: center;
  padding: 50px 0 20px;
  background-color: #778da9;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.copyright {
  color: #e2eafc;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  padding: 20px 0;
}

.btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffff;
  font-size: 22px;
  background: #415a77;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-decoration-color: none;
}

.btn:hover {
  background: #778da9;
  text-decoration: none;
}