body { background-color: #86c8ff;
    background-image: url("image1.jpg"); /*1*/
    background-repeat: no repeat; /*2*/
    background-repeat: repeat-y; /*3*/
    background-repeat: repeat-x; /*4*/
    background-repeat: space; /*5*/
    background-position: left; /*6*/
    background-position: right; /*7*/
    background-position: top center; /*8*/
    background-size: cover; /*9*/
    background: linear-gradient(to left, rgb(119, 123, 45), rgb(248, 144, 237)); /*10*/
}

main {
    max-width: 200px;
    margin: 0 auto;
    padding: 125px;
    background-color: #ffffff;
    border: 1px solid #d6d9e0;
    border-radius: 12px;
    background-image: url("image1.jpg"); /*1*/
}

h1 {
    margin-top: 0;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #071941;
}

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: #6f5c56;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.parrafo3 {
    font-family: "Courier New", Courier, monospace;
    color: #84d6a5;
    text-decoration: underline;
    word-spacing: 12px;
    line-height: 1.9;
}

.parrafo4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #0a205c;
    text-align: right;
    text-indent: 3em;
    text-transform: capitalize;
}

.parrafo5 {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    color: #9070a9;
    text-decoration: overline;
    letter-spacing: 1px;
    line-height: 40px;
}

.parrafo6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #a27e72;
    text-align: left;
    text-decoration: line-through;
    word-spacing: 18px;
}

.parrafo7 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    color: #92a9b7;
    text-indent: -20px;
    text-align: justify;
    text-transform: lowercase;
    line-height: 1.8;
}