.waku{border-right-width : 4px;border-bottom-width : 4px;border-right-style : solid;border-bottom-style : solid;border-right-color : #e21336;border-bottom-color : #e21336;border-top-width : 1px;border-left-width : 1px;border-top-color : gray;border-left-color : gray;
  border-top-style : solid;
  border-left-style : solid;
  font-size : 16px;
  font-family : "MS Gothic";
  font-weight : bold;
  background-color: #2b2a2a;
  color: #f3ebee;
}

body{ background-color: #e5e5f7;
  background: radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#ff4866 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #ff4866 2px, #e5e5f7 2px) -1px 0;
  background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
  font-family : "MS Gothic";
}

.button {
    background-color: #aa042e;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family : "MS Gothic";
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonchar {
    background-color: #aa042e;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family : "MS Gothic";
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {
    background-color: #e5e5f7; 
    color: black; 
    border: 2px solid #aa042e;
    border-right-width : 4px;border-bottom-width : 4px;border-right-style : solid;border-bottom-style : solid;border-right-color : #aa042e;border-bottom-color : #aa042e;border-top-width : 1px;border-left-width : 1px;border-top-color : gray;border-left-color : gray;
  }
  
  .button1:hover {
    background-color: #aa042e;
    color: white;
  }

  ::-webkit-scrollbar-thumb{
    background-color: #e60c72;
    }

    ::-webkit-scrollbar{
        width: 6px; 
        }
         
        ::-webkit-scrollbar-track{
        background-color: transparent;
        }