@charset "UTF-8";
body {
    margin-top: 50px;
    background-color: #2b0e56;
    background-image: url(images/1.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 100px;
    height: 100vh;
}
h1 {
    color: rgb(183, 211, 46);
    font-size: 50px;
    font-family: "Castellar","HGS明朝B";
}
h2 {
    font-family: " 游ゴシック体 ", 'Franklin Gothic Medium', sans-serif;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    font-size: 40px;
    width: 500px;
    height: 50px;
    display: inline-block;
}
h3{
    font-family: " 游ゴシック体 ", 'Franklin Gothic Medium', sans-serif;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    font-size: 20px;
    border-width: 1px 4px 8px 12px;
    border-style: solid;

}
p {
    font-size: 25px;
    font-family: " 游ゴシック体 ", "Franklin Gothic Medium", sans-serif;
    color: rgb(254, 255, 238);
    text-shadow:  2px 2px rgb(0, 0, 0);
}
img {
    background: #0bd;
    width: 300px;
}
ul{
    list-style: square;
}
ol{
    list-style-type: hiragana;
}
.item{
    background: #2b0e56;
    color : rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 10px;
    margin: 10px;
    padding: 20px;
    height: 30px;
    width: 200px;

}
.container{
    display: grid;
    justify-content: space-around;
    grid-template-columns: 200px 200px 200px 200px;
    gap: 10px;
    grid-template-rows: 200px 200px; 
}