html {
    font-family: 'Roboto', sans-serif;
}

.bg:before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .3;
    background-image: url('./bg.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
    z-index: 9;
    opacity: 1;
}

.highlight, .p-title {
    font-weight: bold;
    color: #CC0000;
}
.p-title {

}
.p-text {
    padding-left: 1em;
    margin-bottom: .5em;
}

