html {
    font-size: 10px;
}

@media screen and (max-width: 600px) {
    html {
        font-size: 8px;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

body {
    text-align: center;
    font-family: OpenSans, sans-serif;
    font-size: 1.8rem;
    padding: 0 20px;
    line-height: 1.6;
    background: url('../images/confetti.png') top center;
    background-size: cover;
}

header {
    padding-top: 50px;
}

header img {
    margin-left: -100px;
}

main {

}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

main h1 {
    text-transform: uppercase;
    font-size: 8rem;
    letter-spacing: 3rem;
    margin: 4rem 0;
    line-height: 1;
}

main p {

}

@media screen and (max-width: 500px) {
    header img {
        margin-left: 0;
    }


    main h1 {
        font-size: 6rem;
        letter-spacing: 1rem;
    }
}

@media screen and (max-width: 400px) {
    main h1 {
        font-size: 4rem;
    }
}
