body {
  font-family: 'Scope One', sans-serif;
  margin: 0 auto;
  padding: none;
  color: #3d4d56;
}

.wrapper {
  position: fixed;
  width: 100%;
  padding: 50px;
  height: 100%;
  background-image: url('images/me.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden;
}
.link {
  /* text-decoration: none; */
  color: inherit !important;
}

.name {
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: -1px;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
}
.description {
  font-size: 30px;
  margin-bottom: 5px;
}

.email {
  text-decoration: none;
  color: #3d4d56;
}

.right {
  position: absolute;
  top: 60px;
  right: 150px;
  text-align: right;
}

@media (max-width: 600px) {
  .wrapper {
    padding: 20px;
  }
  .right {
    right: 50px;
    top: 170px;
  }
  .name {
    font-size: 45px;
  }
  .description {
    font-size: 25px;
  }
}

.el {
  font-size: 20px;
}
