@charset "utf-8";

footer{
    /* color: white; */
    width: 100%;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    text-align: right;
}

a:link{
    color:white;
    text-decoration:underline;
}
li a:visited{color:white;}

body{
    font-family: sans-serif;
    background-color: #8e7e73;
    margin: 0;

}

h1{font-family: 'Nothing You Could Do', cursive;}


/* tablet */
@media screen and (min-width: 520px) {

}

/* pc */
@media screen and (min-width: 920px) {

}
 

@media screen and (min-width: 1281px){


}

