@charset "UTF-8";

body {
    background-color: rgb(244, 19, 154);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

h1 {
    color: rgb(255, 250, 250);
    background-color: rgb(155, 0, 93);
}

h2 {
    color: rgb(62, 3, 43);
}

p {
    text-align: justify;
}

p > a {
    color: white;
}