* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 24px;
    background-color: #f7f8fb;
}

main {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #d6d9e0;
    border-radius: 12px;
}

h1 {
    margin-top: 0;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #0f172a;
}

hr {
    border: 0;
    border-top: 1px solid #d1d5db;
    margin: 20px 0;
}

.parrafo1 {
    font-family: Georgia, "Times New Roman", serif;
    color: #1f2937;
    text-indent: 50px;
    text-align: justify;
    line-height: 1.7;
}

.parrafo2 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #7c2d12;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.parrafo3 {
    font-family: "Courier New", Courier, monospace;
    color: #14532d;
    text-decoration: underline;
    word-spacing: 12px;
    line-height: 1.9;
}

.parrafo4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #1d4ed8;
    text-align: right;
    text-indent: 3em;
    text-transform: capitalize;
}

.parrafo5 {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    color: #581c87;
    text-decoration: overline;
    letter-spacing: 1px;
    line-height: 40px;
}

.parrafo6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #9a3412;
    text-align: left;
    text-decoration: line-through;
    word-spacing: 18px;
}

.parrafo7 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: #0c4a6e;
    text-indent: -20px;
    text-align: justify;
    text-transform: lowercase;
    line-height: 1.8;
}