@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;
}

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

h2{
font-size: 1.3rem;
line-height: 2;
}

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

}

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