*{
    font-family: sans-serif;
}
h1{
    text-align: center;
}
p{
    padding-left: 10px;
}
.on{
    color: lime;
}
.off{
    color: red;
}
