body{}
.par1{
    background-color: rgb(79, 43, 161);
    text-align: center;
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-decoration: wavy;
    color: beige;
}
#para{
    
    text-align: center;
    font-size: large;
    color: rgb(0, 0, 0);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-top: solid blue;
    border-top-width: 10px;
    border-left: dotted;
    border-left-width: 10px;
    border-right: groove;
    border-right-width: 10px;
    border-bottom: dashed;
    border-bottom-width: 10px;
    margin: 30px;
    padding: 60px;
}
