main,main h1 {
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KageRetro;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/KageRetro.woff) format("woff")
}

@font-face {
    font-family: FatKat;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/FatKat.woff) format("woff")
}

body {
    padding: 100px 5%;
    background-size: cover;
    font-family: FatKat,serif;
    font-size: 1rem;
    line-height: 1.5;
}

body h1 {
    margin: 0 0 2rem;
    padding: 0;
    font-family: KageRetro,cursive;
    font-size: 3rem;
    line-height: 1
}

@media only screen and (max-width: 639px) {
    main h1 {
        font-size:2rem
    }
}

main a {
    padding-bottom: 2px;
    border-bottom: #EDEDED 1px solid;
    text-decoration: none;
    color: #FFF
}
