body{
    background-color:#f5c6aa;
}

.parrafo1{
    text-decoration: underline;
    text-align: right;
    color: #1abc9c;
    font-family: Arial, sans-serif;
    word-spacing: 10px;
    font-size: 20px;
}

.parrafo2{
    text-decoration: line-through grey;
    text-align: center;
    color: #6d4c41;
    font-family: Georgia, serif;
    word-spacing: 10px;
    font-size: 26px;
}

.parrafo3{
    text-decoration: none;
    text-align: center;
    color: #e84393;
    font-family: Verdana, sans-serif;
    word-spacing: 5px;
    font-size: 22px;
}

.parrafo4{
    text-decoration: underline wavy red;
    text-align: left;
    color: #27ae60;
    font-family: "Courier New", monospace;
    word-spacing: 2px;
    font-size: 16px;
}

.parrafo5{
    text-decoration: underline overline solid blue;
    text-align: center;
    color: #c0392b;
    font-family: Impact, sans-serif;
    word-spacing: 2px;
    font-size: 34px;
}

.parrafo6{
    text-decoration: underline dotted black;
    text-align: center;
    color: #2d3436;
    font-family: Helvetica, sans-serif;
    word-spacing: 3px;
    font-size: 16px;
}

.parrafo7{
    text-decoration: underline solid orange 3px;
    text-align: justify;
    color: #34495e;
    font-family: Garamond, serif;
    word-spacing: 3px;
    font-size: 18px;
}