@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.btn_wrap button{
    background-color: rgb(235, 193, 255);
    border: 1px solid #ff79e2;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}