@charset "utf-8";

html {
    text-align: center;
    user-select: none;
    background-image: url(image/BackGround.png);
    background-color: #871900;
    background-blend-mode: hard-light;
    color: #d3c496;
}

.title {
    display: inline-block;
    font-size: 5rem;
    height: fit-content;
    margin: 5px;
    margin-block-start: 0;
    margin-block-end: 0;
}

#title1 {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}

#title2 {
    font-family: "Hachi Maru Pop", cursive;
    font-weight: 400;
    font-style: normal;      
}

.login {
    margin: 10px auto;
}

.button {
    font-size: 1.5rem;
    padding: 16px;
    margin-top: 7px;
    background-color: #d3c496;
    color: #333333;
    border-radius: 5px;
}

.button:hover {
    background-color: #333333;
    color: #d3c496;
}