.title {
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.back {
    display: flex;
    text-decoration: none;
    color: white;    
    border: solid 2px #918776;
    padding: 15px;
    border-radius: 20px;   
    background-color: #b1a58e;
    font-size: 16px;
    width: 200px;
    height: 49px;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    margin-bottom: 20px;
}

.memo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.aboutStan, .canStan, .useRule, .privacyPolicy {
    width: 65%;
    line-height: 20px;
}

.aboutStan p, .canStan p {
    text-indent: 1em;
}

.aboutStan {
    margin-bottom: 30px;
}

.messageStan {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 15px;
    line-height: 20px;
}


@media(min-width: 801px){
    .back:hover {
        background-color: #d9cbb0;
    }
}

@media(max-width: 800px){
    .back:active {
        background-color: #d9cbb0;
    }

    .aboutStan, .canStan, .useRule, .privacyPolicy {
        width: 80%;
    }

    .messageStan {
        width: 90%;
        margin-left: 5%;
    }

}
