@charset "UTF-8";


html{
background-image: url("../images/yellowback.jpg");
background-repeat: no-repeat;
background-size: cover;
font-family: 'Khand', sans-serif;
}

article{
margin: 100px auto 0;
text-align: center;
padding-bottom: 200px;
}

h1{
font-size: 2rem;
line-height: 5;
}

h2{
font-size: 1.4rem;
line-height: 4;
}

h3{
font-size: 1.3rem;
text-align: center;
line-height:1.5;
margin: 50px;
}


figure img{
width: 200px;
height: auto;
text-align: center;
margin: 20px auto 80px;
}



h4{
font-size: 1.3rem;
text-align: left;
margin: 100px 0 0 50px;

}

h4 a{
text-decoration: none;
color: #000000;
}

h5{
font-size: 1.3rem;
line-height: 2;
text-align: left;
margin: 0 auto;
width: 50vw;
}

h5.x{
line-height: 2;
color: rgba(0,0,0,0.00);
}










