

body{
  background-image: url("Background.png");
  margin: 0px;
}
h1{
  text-align: center;
   width: 100%;
   height:100px;
  font-size: 100px;
  }
  
#summary{
  border: 50px solid;
  width: 100%;
  font-size: 50px;
  border-color: white;
  background: white;
  text-align: center;
}
div {
  width: 300px;
  padding: 20px;
  box-sizing: border-box;
}
.bar ul{
  background-color: white;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  list-style-type: none;
}
.bar a{
  color: cyan;
  padding: 15px;
   text-align: center;
   display: block;
}
.bar li{
  float: left;
  font-size: 50px;
}