/* CSS Comment */
#scroll {
  display: block;
  position: sticky;
  top: 100px;
  width: 50%;
  opacity: 0.8;
  margin: auto;
}
body {
  background: url("/Tux%20Ikon.jpg");
  background-color: #dba207;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-blend-mode: multiply;
}
.whitetext {
 color: white; 
}