.body{
    text-align: center;
}
nav{
    background-color: rgb(206, 255, 255);
}
html{
    color: rgb(68, 68, 68);
}
.wakugumi{
    border-style: double;
    text-align: center;
    background-color: rgb(209, 252, 255);
    padding: 10px;
    width: 500px;
    margin: auto;
}
.waku{
    border-style: double;
    text-align: center;
    background-color: rgb(196, 255, 255);
    padding: 10px;
    border-radius: 10px;  
}
.top{
    border-style: double;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: rgb(196, 255, 255);
    padding: 10px;
    border-radius: 10px;  
}
.button{
    border-radius: 40px ;
    padding: 5px;
    width: auto;
    background-color: rgb(59, 59, 59);
    color: white;
    box-shadow: 0 5px 0 #202020;
}
.body button{
    border-radius: 40px ;
    padding: 5px;
    width: auto;
    color: white;
    background-color: rgb(59, 59, 59);
}
.sitanoyatu{
    border-style: double;
    text-align: center;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 10px;
    width: auto;
    border-radius: 10px; 
    scroll-margin-top: 10px;
}
.sitanoyatu a{
    color: rgb(195, 246, 255);
}
.hidari h1{
    text-align: left;
}
.button:active {
    box-shadow: none;
    transform: translateY(5px);
  }