@charset "UTF-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #ffffff;
    background-color: #474747;
    margin: 20px;
}
h1 {
    color: #23fc76;
    margin-bottom: 10px;
}
h2 {
    color: #ffffff;
    margin-bottom: 8px;
}
p {
    margin-bottom: 15px;
    color: #ffffff;
}