body { background-color: rgb(130, 147, 163);

}

*{
 
    font-family: sans-serif;
    color: rgb(60, 61, 49);

}
 
hr {
    color: rgb(176, 23, 214);
    height: 15px;
    background-color: rgb(75, 17, 233);
    
}
h1{
    color: rgb(255, 255, 255);
    font-family: cursive;
}
main {
    width: 50%;
    margin: auto;
}

p {
    font-size: 14pt;
    line-height: 18pt;
}