* {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

main {
    margin: 100px auto;
    text-align: center;
}

img {
    display: block;
    margin: 0 auto;
}

.about {
    width: 100%;
    max-width: 960px;
    text-align: left;
    padding: 0 100px;
}
.about b {
    display: block;
    line-height:32px;
    font-size: 13px;
    font-weight: 400;
}
.about h1 {
    color: #0047ab;
}
.about p {
    margin: 20px 0 0;
    line-height: 24px;
    font-weight: 300;
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}