﻿body {
    background-color: white;
    color: black;
    font-family: 'Arial Rounded MT';
}


h1 {
    color: white;
    text-align: center;
}

h2 {
    color: white;
    text-align: center;
}

h3 {
    color: white;
    text-align: center;
}

p {
    background-color: white;
    color: black;
    font-family: 'Arial Rounded MT';
    font-size: 20px;
}
