
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #525f7f;
}


html {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
}

body {
    background-image: url("/images/background.png");
    background-repeat: no-repeat;
    background-position: top;

    font-size: 1rem;
    margin: 0;
    padding: 48px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}



h1 {
    margin: 0 0 20px 0;
    font-size: 40px;
    font-weight: bold;
}

h2 {
    margin: 15px 0;
    color: #32325d;
    font-weight: bold;
}

.title{
    font-weight: bold;
}

.description{
    width: 800px;
}

.description p{
    margin-top: 10px;
}

.links{
    margin-top: 40px;
}

.links ul{
    padding-left: 30px;
}