﻿
public class ezwebz
{
}


html, body{
    font-size: 1.3rem;
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
    background-color: azure;
}

article, section{
    margin-bottom: 30px;
}

article{
    padding: 20px;
    border-radius: 5px;
    color: cadetblue;
    background-color: beige;
    text-shadow: 1px 1px 1px #000000;
    box-shadow: 1px 1px 2px 2px #000000
}

header {
    text-align: center;
    margin-bottom: 20px;
}

