body{
  background-color: white;
  text-align: center;
}

#container {
  width: 100%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 900px;
}

main, a {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

div {
  text-align: center;
  font-family: 'Noto Sans';
}

div#header{
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  padding: 0;
  background-image:url(../images/intro.jpeg);
background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0;
  line-height: 2;
  color: white;
  font-size: 1.3rem;
}

nav a {
  text-decoration: none;
  color: black;
  padding: 2rem;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Lexend Mega', curive;
}


.logo{
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  height: auto;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  }

h1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 35px;
  border-bottom: 1rem solid black ;
  border-width:medium;
  padding-top: 2rem;
}

h3 {
  font-size: 30px;
}

p {
  font-size: 20px;
  text-align: center;
  margin-left: 4rem;
  margin-right: 4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  max-width: 30%;
  max-height: 30%;
  height: auto;
  width: auto;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.detail {
  max-width: 50%;
  max-height: 40%;
}

footer {
 background-color:#7F7D7E;
  height: 250px;
  border-style: solid;
  border-color: white;
  text-align: center;
  padding-bottom: 40px;
  font-family: 'Noto Sans', sans-serif;
  color: White;
  font-size: 20px;
}
