﻿  .month
        {
            font-size: large;
            font-weight: bold;
            background-color: Fuchsia; 
        }
        .weekday
        {
            font-size: large;
            font-weight: bold;
            background-color: DarkKhaki;  
        }
        .day
        {
            font-size: large;
            background-color: PaleGoldenrod;
            font-weight: bold ;  
            text-align: center;  
        }

