@import url("bootstrap-reboot.css");

body {
    background-image: url('овечки.png');
    background-repeat: repeat;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    color: black;
    font-size: 1.5rem;
    line-height: 2rem;
}

p {
    text-align: right;
}

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

em {
    color: green;
    font-style: italic;
}

strong {
    font-family: 'Caveat', cursive;
}

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

article {
    border: 2px solid #999;
    border-radius: 15px;
    margin: 20px 0;
    padding: 15px;
}