@charset "UTF-8";

header {
    max-width:640px;
    background-color: #000000;
}

body{background-color:#000000;}

h2{color:#8b0000; font-family: "游ゴシック体","Yu Gothic",Yugothic,sans-serif;}

p{color:white; font-family: "游ゴシック体","Yu Gothic",Yugothic,sans-serif;}

p span{color:#A9A9A9;}

a {
color:white;
}

ul {
display: flex; 
font-size: 1.25rem;
text-transform: uppercase;
margin-top: 34px;
list-style: none;
}

li{
margin-left: 36px;
}

a{
color: #808080;
}

a:hover {
color: #8b0000;
}

.one{color:white; font-family: serif}


div{
max-width:640px;
margin-right:auto;
margin-left:auto;
}

img{
max-width:100%;
}
iframe{
max-width:100%;
}


.grid {
display: grid;
gap: 26px;
grid-template-columns: repeat(3, 1fr);
margin-top: 6%;
margin-bottom: 50px;
}


.big-box {
grid-column: 1 / 3;
grid-row: 1 / 3;
}
