* {
    margin: 0;
}

.back {
    background-image: url(../images/kakuseiki.png);
    background-repeat: no-repeat;
    background-position:right 10% bottom 15%;
    background-size: 60%;
}

.reset {
    transform: rotate(-30deg);
}

.toppic {
    padding: 2% 0 0 0;
}

h1 {
    font-size: 400%;
}

.center {
    text-align: center;
}

.discord img {
    width: 25px;
    height: auto;
    margin-right: 8px;
    vertical-align: -8.5px;
}

button {
    border-radius: 5px;
    border: #000 solid 1px;
    height: 30px;
    margin: 10px 10px;
}

.button {
    text-align: center;
}

.discord {
    background-color: #aeacff;
}

.box, .line {
    border-bottom: 3px solid gray;
}

.orange {
    background-color: rgba(255, 127, 80, 0.4);
}

.gray {
    background-color: rgba(128, 128, 128, 0.2);
}

.white {
    background-color: rgba(255, 255, 255, 0.2);
}

.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box:nth-child(even) {
    flex-direction: row-reverse;
}

.box:nth-child(even) .pic {
    margin-left: 10%;
    margin-right: 0;
}

h2 {
    margin: 1% 1%;
    font-size: 200%;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.text {
    margin: auto;
    font-size:130%
}

.pic {
    width:30%;
    margin:5% 0%;
    margin-right: 10%;
}

.pic img {
    width: 100%;
    height: auto;
}

.name {
    font-size: 30px;
    padding: 0;
}

.add {
    border: 1px solid #000;
    width: 50%;
    margin:10px auto;
}

.lets {
    padding: 15px 0;
}

.space {
    border: 1px solid #000;
    width: 60%;
    margin:10px auto;
}

.megu {
    padding: 20px 0 15px 0;
}


.yomiso_top {
    width: 60%;
    height: 90px;
}
