
            body {
                font-family: 'Times New Roman', serif;
                margin: auto;
                font-size: large;
                         
                background-size: auto;
                color: #150101;
                background-color: whitesmoke;
                border:black solid 2px;
                padding: 1vw;
            }

            .darkmode {
                background-color: #111111;
                color: whitesmoke;
            }