
* {

font-family: sans-serif; 
color: rgb(4, 4, 17);

}



body {

background-color: rgb(160, 225, 247);


}


hr {

color: rgb(115, 115, 231);
background-color: rgb(122, 122, 218);
height: 2px;



}


h1, h2 {

color: rgb(122, 122, 218);
font-family: cursive;

}

main {

width: 60%;

margin: auto;

}


p {

font-size: 14pt;
line-height: 18pt;


}