@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

HTML body {
  font-family: Montserrat, sans-serif;
  background: #353D40;
}

p {
  margin: 20px;
  align-items: stretch;
}

.container {
  user-select: none;
  margin: 80px auto;
  background: #003F63;
  color: #D9D9D9;
  width: 350px;
  text-align: center;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .75);
  border-radius: 5px;
}

.cover-photo {
  background: url("https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&auto=format&fit=crop&w=967&q=80");
  height: 160px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.profile {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 93px 0 0 -175px;
  border: 1px solid #00324e;
  padding: 7px;
  background: #003F63;
}

.profile-name {
  font-size: 25px;
  font-weight: bold;
  margin: 27px 0 0 120px;
}

.about {
  margin-top: 35px;
  line-height: 21px;
}

a {
  justify-content: center;
}

a:link {
  color: #D9D9D9;
  text-decoration: none;
}

a:visited {
  color: #D9D9D9;
  text-decoration: none;
}

a:hover {
  color: #353D40;
  text-decoration: none;
}

a:active {
  color: #353D40;
  text-decoration: none;
}

.container i {
  padding: 15px;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: .5s;
}

.container i:hover {
  color: #F2B138;
}

.social-media {
  justify-content: center;
}