/* /Pages/Home.razor.rz.scp.css */

body[b-atvno6r342]{
    background-color: black;
}
.content[b-atvno6r342]{
    color: antiquewhite;
    background-color: black;
}
h1[b-atvno6r342]{
    font-family: "Noto Serif JP", serif;
    font-weight: bold; /* font-styleではなくfont-weightを使用 */
    font-style: normal; /* 通常フォントスタイルにする場合（省略可） */
    color: gold;
    
}
h2[b-atvno6r342]{
    font-size: 30px !important;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: rgb(244, 221, 93);
}
.Bolder[b-atvno6r342]{
    font-weight: bold;
}
.Smaller[b-atvno6r342]{
    font-size: 17px !important;
}
.Photo[b-atvno6r342]{
    margin-top: 50px;
    height: 450px;
    width: auto;
}
