@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap-reboot.min.css');

body {
    background: url('white-grey-rhombicube.png') repeat fixed;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: Arial, sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
    text-align: right;
    color: red;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1.2rem;
}

p {
    text-align: right;
    margin-bottom: 1.5rem;
}

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

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

article {
    border: 2px solid #ffaa44;
    border-radius: 15px;
    margin: 25px 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.95);
    color: black;
}