* {  box-sizing: border-box; }

html {
    background-color: #0b0b0b;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    font-family: inherit;
    font-weight: lighter;
    line-height: 1.3em;
}

a:link {
    color: white;
}

.content {
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    top: 40px;
}

.center {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 220px;

}

.main-text {
    text-align: center;
    align-content: center;
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 1em;
}

.sub-text {
    text-align: center;
    align-content: center;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 10px;
}

.linkedin {
    margin-top: 1em;
}

a {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

b {
    font-weight: 600;
}