body {

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

}

h1 {

    color: #e7e8e9;
}

p {

    color: #e7e8e9;
    font-size: 25px;

}

a:link {

    text-decoration: none;

}
  
a:visited {

    text-decoration: none;

}
  
a:hover {

    text-decoration: none;

}
  
a:active {

    text-decoration: none;

}