html {
    display: block;
    color: -internal-root-color;
}

head {
    display: none;
}

body {
    background-color: #181B1F;
    margin-top: 100px;
    margin-left: 10%;
    margin-right: 10%;
}

h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: Averta, sans-serif;
    color: #fff;
    font-size: 56px;
    line-height: 44px;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
    font-family: Averta, sans-serif;
    color: #e5e5e5;
    font-size: 22px;
    line-height: 30px;
}

a {
    -webkit-transition: border-color 200ms ease, color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease;
    color: #e5e5e5;
    text-decoration: none;
}

a:hover {
  border-bottom-color: #000000;
  color: #000000;
}

a:focus {
  border-bottom-color: #000000;
  color: #000000;
}

.content {
  margin-top: 60px;
  border: 100px solid rgb(14, 15, 17);
}

.social-icon {
  margin-top: 60px;
  padding-right: 25px;
  float: left;
  border-bottom: 0px none #000;
}
