* {
    font-family: sans-serif;
    color: rgb(153, 115, 142)
}

body {
    background-color:rgb(36, 37, 130)
    }

hr {
    color: hsl(246, 76, 114);
    height: 1 px;
    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: 30%;
    margin:auto 
}
p {
    font-size: 12pt;
    line-height: 18pt;
}