@import "reset.css";

html,
body {
    font-family: "Helvetica Neue", Helvetica, "Open Sans", Arial, sans-serif;
    background: #1d1e21;
    color: #ffffff;
    font-weight: 500;
}

main {
    box-sizing: border-box;
    padding: 6rem;
}

section {
    box-sizing: border-box;
    max-width: 28rem;
    padding: 2rem 1rem;
}

section h1 {
    font-size: 1.2em;
    line-height: 1.4em;
    letter-spacing: 0.08em;
}

section h2 {
    font-size: 1em;
    line-height: 1.1em;
    letter-spacing: 0.06em;
}

.content {
    font-weight: 500;
    font-size: 0.8em;
    line-height: 1.1rem;
    letter-spacing: 0.025em;
    padding-top: 1.2rem;
    padding-left: 0.8rem;
}

.content a {
    color: #ffffff;
    font-weight: 700;
}

.contact {
    list-style-type: none;
    margin-top: 1.2rem;
    padding-left: 0.8rem;
}

.contact li {
    margin-bottom: 0.4rem;
    list-style-type: circle;
}

@media only screen and (max-width : 528px) {
    main {
        padding: 1.6rem;
    }
}
