@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Hammersmith+One|Noto+Sans");
html {
  font-size: 10px;
}

body {
  font-size: 16px;
  background-color: #EFEFEF;
  font-family: "Noto Sans", sans-serif;
}

p#email:before {
  content: "";
  font-family: FontAwesome;
  margin: 0 1rem;
}

p#phone:before {
  content: "";
  font-family: FontAwesome;
  font-size: 1.8rem;
  margin: 0 1rem;
}

h1 {
  padding-top: 3rem;
  text-align: center;
}

h1, h2 {
  font-family: "Hammersmith One", sans-serif;
}

h2 {
  margin: 0.5rem;
  font-size: 3rem;
  display: inline-block;
  color: #00bfa5;
}

h5 {
  margin: 0.5rem;
  font-family: "Noto Sans", sans-serif;
}

.profilePic {
  display: inline-block;
  border-radius: 50%;
}

.card {
  display: flex;
  height: 21rem;
  width: 47.5rem;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  background-color: #FAFAFA;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.card .image {
  margin: 0 4rem 0 2rem;
}

.btn-full {
  position: absolute;
  width: 100%;
  height: 7rem;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: #00bfa5;
  outline: none;
  border: none;
  color: #FAFAFA;
  font-family: "Hammersmith One", sans-serif;
  font-size: 2rem;
}

.article {
  padding:2% 20%;
}