 @import url('https://fonts.googleapis.com/css2?family=Edu+SA+Hand:wght@400..700&family=Fuzzy+Bubbles:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Savate:ital,wght@0,200..900;1,200..900&display=swap');
      /* FONTS
      Montserrat, Edu SA Hand, Fuzzy Bubbles, Nunito, Savate*/
        *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body{
        padding: 1rem;
        background-color: rgb(188, 188, 188);
        color: black;
        }
        .box{
            background-color: rgb(179, 183, 192);
            width: 100%;
            min-height: 5rem;
            border: 2px solid black;
            border-radius: 15px;
            padding: 1rem;
        }
        .date{
            font-size: 1.4rem;
            color: rgb(0, 0, 0);
            font-weight: 800;
            text-decoration: underline;
        }
        .para{
            font-size: 1rem;
            color: rgb(33, 33, 33);
            font-weight: 100;
            width: 100%;
            height: auto;
        }
        .container{
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 0.5rem;
            margin: auto;
            margin-top: 1.5rem;
            background-color: rgb(135, 133, 131);
            padding: 1rem;
            max-width: 1200px;
            border: 2px solid black;
            border-radius: 20px;
        }
        .month{
        margin: 0;
        padding: 0;
        font-size: 4.5rem;
        text-align: center;
        font-weight:500;
        text-decoration:wavy;
        font-family: 'Nunito';
        }
        