body {

    background-color: #212529;
    height: 100vh;

}

h1, h2, h3, h4, h5, p, hr {

    color: #e7e8e9

}

.profile-image {

    border-radius: 50%;
    border: 5px solid #e7e8e9;
    padding: 0;
    display: block;
    margin: 0 auto;
    max-width: auto;
    max-height: auto;

}

.image {

    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;

}

a:link {

    text-decoration: none;

}
  
a:visited {

    text-decoration: none;

}
  
a:hover {

    text-decoration: none;

}
  
a:active {

    text-decoration: none;

}