@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap-reboot.min.css');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@400;700&display=swap');

body {
    color: #424242;
    font-size: 1.5rem;
    line-height: 2rem;
    background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
}

p {
    text-align: right;
}

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

em {
    color: #5cb85c;
}

strong {
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    color: #f0ad4e;
}

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

article {
    border: 3px solid #5bc0de;
    border-radius: 20px;
    margin: 30px 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
}