html {
  height: 100%;
  width: 100%;
  background-color: #c0c0c0;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding-top: 75px;
  overflow: auto;
}

h1 {
  width: 100%;
  height: 100px;
  background-color: #000435;
  color: #fff;
  font-size: 75px;
  margin: 0;
  text-align: center;
  position: fixed;
  top: 0;
}

p {
  font-size: 25px;
  margin-left: 300px;
  margin-top: 65px;
}

ul {
  font-size: 25px;
  margin-left: 300px;
}

#address {
  font-size: 25px;
  margin-left: 300px;
  list-style-type: none;
}

.sidebar {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin-top: 80px;
  background-color: #000435;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidebar a {
  padding: 30px 8px 30px 16px;
  text-decoration: none;
  font-size: 25px;
  font-family: "Georgia";
  color: #fff;
  display: block;
  text-align: center;
  border-color: #fff;
}

.sidebar a:hover {
  color: #222;
  font-weight: 600;
  background-color: #c0c0c0;
}

img {
  margin-left: 300px;
  width: 75%;
  height: 75%;
  margin-bottom: 3%;
}