* {
  margin : 0; 
  padding : 0; 
}

#background {
  width: 100%;
  height: 100%;
}

.links{
	text-decoration: none;
	color: black;
	font-size: 20px;
}

body {
  overflow-x: hidden;
}

h1 {
  margin-top: 50px;
}

header div:first-child {
  position: relative;
}

#sb {
  position: absolute;
  top: 0; 
  right: 0; 
  background-color: rgba(227, 227, 227, 0.85);
}