* {
    font-family: sans-serif;
    color: #d08cbd
}

body {
    background-color:rgb(27, 29, 167)
    }

hr {
    color: rgb(246, 76, 114);
    background-color: rgb(	246, 76, 114) 
}

h1, h2 {
    color: rgb(246, 76, 114);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

main {
    width: 50%;
    margin:auto 
}
p {
    font-size: 12pt;
    line-height: 18pt;
}
