body {
    background-color: #161616;
    
}

h1 {
    color: wheat;
    text-align: center;
}

h2 {
    color: wheat;
    text-align: center;
}
p {
    color: wheat;
    text-align: center;
}

img {
    padding: inherit;
    margin:auto;
    display: block;
}
div.container {
    position: fixed;
    bottom: 0;
    display: table-row;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    left: 43%;
    
}

div.socials {
    display: block;
    float: left;
}

.topnav {
  background-color: #333;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ffffff;
  color: black;
}

.topnav a.active {
  background-color: #352235;
  color: white;
}