:root
{
    font: 1.3vw arial;
    background-color: black;
    color: white;
}
li
{
    margin-bottom:0.8vw;
}
.header
{
    font-size: 2vw;
    text-align:center;
    margin-bottom:2vw;
    text-shadow:2px 2px maroon;
}
.body
{
    text-align:center;
    margin-bottom:2vw;
}

.featuresHead
{
    text-align:center;
    text-decoration: underline;
    font-size: 1.5vw;
    text-shadow: 2px 2px maroon;
    
}
.align
{
    text-align: center;
}