body{
  background-color: #141414;
  color: #969696;
  font-family:"hack"
}
  
.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

iframe {
  display: block;
  border-style:none;
}

.left{
  float: left;
  margin-right: 10px;
}

.nav-link {
  padding: 0px 25px;
  word-wrap: normal;
  display: inline-block;
}

a{font-size: 20px;}

a:link{
  color: white;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}
