@charset "UTF-8";

body {
    background-color: #212121;
    color: azure;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: whitesmoke;
    background-color: rgba(255, 0, 255, 0.200);
}

h2 {
    font-size: 27px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: black;
    color: white;
}

p {
    font-size: 18px;
}