body {
    background-image: url('../src/flecks.png');
    background-repeat: repeat;
}

.wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 10px;
    padding-right: 10px;
}

h1,
h2 {
    font-family: 'Roboto';
    text-align: right;
    color: red;

    margin-top: 30px;
    margin-bottom: 30px;

}

p {
    text-align: right;
    margin-bottom: 10 px;
}

em {
    color: green;
    font-weight: bold;

    padding: 0 10px;
    border-bottom: double;
}

strong {
    font-family: 'Caveat';
}