﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: transparent;
}

h1 {
    font-size: 42pt;
    color: gray;
    font-weight: 200;  
}
h2 {
    font-size: 38pt;
    color: gray;
    font-weight: 200;
}
h3 {
    font-size: 32pt;
    color: gray;
    font-weight: 200;
}
h4 {
    font-size: 28pt;
    color: gray;
    font-weight: 200;
}
h5 {
    font-size: 24pt;
    color: gray;
    font-weight: 200;
}


p {
    font-size: 21pt;
    color: gray;
    font-weight: 200;
    padding: 5px;
}

ul {
    font-size: 16pt;
    color: gray;
    font-weight: 200;
}
