/* Style the header */
header {
  background-color: #000;
  padding: 30px;
  text-align: left;
  font-size: 35px;
  color: white;
}
/*Navbar settings*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

body {
  background-color: #000;
  color: white;

}
/*Test on Picture*/
.container {
  position: relative;
}

.center {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.ctop {
  position: absolute;
  top: 5%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.topleft {
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 18px;
}

img { 
  width: 100%;
  height: auto;
  opacity: 0.3;
}

.footerbox1 {
  position: relative;
  left: 5px;
  height: 100px;
  width: 100%;
  background-color: #000;
  color: white;
}

.footerbox2 {
  position: relative;
  left: 500px;
  height: 100px;
  width: 30%;
  background-color: #111;
  color: white;
}

.footerbox3 {
  position: relative;
  left: 1000px;
  height: 100px;
  width: 30%;
  background-color: #111;
  color: white;
}