* {
    font-family: sans-serif;
    color: rgb(202, 150, 187);
}

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(242, 30, 76);
    font-family: system-ui;
    text-decoration: underline;
}

header {
    text-align: center;
}

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

b {
    color:rgb(246, 76, 114);
}