body {
  background-image: url('https://files.catbox.moe/yu1r7d.jpg');
  background-repeat: repeat;
  background-size: contain;

}
p {
  color: #a6d4ff;
  font-family: Trebuchet MS;
}
h1 {
  color: #a6d4ff;
  font-family: Book Antiqua;
}
button {
  text-shadow: black;
}
#awesome-text {
  color: #7ab4de;
}
div {
    background-color: white;
    margin: 30px auto;
    padding: 15px;
    box-shadow: 5px 5px 10px #5c8de0;
    border: solid #a6d4ff 5px;
    width: 800px;
}
.sunao {
  border: solid #a6d4ff 5px;
  margin: 5px 0px 5px 0px;
  border-style: dashed;
}

#fuchi {
  float: left;
}
#navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navbar {
 list-style-type: none;
  margin: 0;
  padding: 0;
}

#main {
    width: 800px;
}

#container {
    box-shadow: none;
    border: none;
    width: 730px;
}


#navbar li {
  float: left;
}

#navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border: solid #a6d4ff 5px;
}

#navbar li a:hover {
  background-color: #111111;
}

#navbar li .active {
  background-color: #04AA6D;
}