main{
  position: absolute;
  margin:0px;
  top:0px;
  background-color:#caf7d7;

}
.waku {
  clear: both;
  float:left;
  width: 360px;
  height: 360px;
  margin-top:0px;
  padding: 0px;
  position:relative;
  
}
.waku1 {
    text-align:center;
    float: left;
    width: 360px;
    height: 600px;
    margin:0px;
    margin-top:60px;

    padding: 0px;
    position: relative;
    left: 0px;
}
    .centering {
  position: relative;

}
.box {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #fff;
  border: 1px solid rgb(23, 16, 54);
  background-color: rgb(245, 198, 241);
  cursor: pointer;
  width: 80px;
  height: 80px;
  float: left;

  display: flex;
  margin-left: 10px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}


main,
h1 {
    font-size: 32px;
    color: #0000ff;
}
h2 {
  font-size: 38px;
   color: #0000ff;
}
h4 {
    clear: both;
    font-size: 24px;
    color: #000000;
}
h5 {
  font-size: 28px;
    color: #8a3030;
}
body {
    margin: 0;
    background-color:#caf7d7;
}




