.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  background: #000;
  color: #f1f1f1;
}

.menu {
  background: #333;
  color: #f1f1f1;
  font-size: 18px;
}

.raw {
    font-size: 14px;
}



.content {
  padding: 10px 16px;
  max-width: 800px;
}

p {
 background: rgba(30, 30, 30 , .5);
 max-width: 800px;

}

h3 {
 background: rgba(30, 30, 30 , .5);
 max-width: 800px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.test2 {
  white-space: nowrap;
  width: 100px;
  border: 1px solid #000000;
  overflow: hidden;
  text-overflow: ellipsis;
background-color: #000099;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

a:link {
  color: #f1f1f1;
  text-decoration: none; 
}

/* visited link */
a:visited {
  color: #f1f1f1;
  text-decoration: none; 
}

/* mouse over link */
a:hover {
  color: #f1f1f1;
  text-decoration: none; 
}

/* selected link */
a:active {
  color: #f1f1f1;
  text-decoration: none;
  background-color: #0000ff; 
}