@charset "UTF-8";

body{
  font-size: 1.5rem;
  background-color:antiquewhite;
}

header{
  margin: 0 auto;
  text-align: center;
}

header>p{
  margin-bottom: -20px;
}

#keireki{
  text-align: right;
  padding-right: 20px;
}

header>h1{
  color:cadetblue;
}

section{
  float:left;
  margin:3rem;
}

footer{
  position: absolute;
  bottom: 5%;
  left: 40%;
  font-size: 1rem;
  /* display: flex;
  flex-direction: row;
  margin-left: 40%; */
}