body{
                background-color: #8CF5F5;  
                font-family: Helvetica;
            }
            
            h1 {
                color: #0D0DD9;
            }
            
            h2 {
                color: #0D0DD9;
            }
            
            h3 {
                color: #0D0DD9;
            }
            
            img.profilePic {
                width: 100px;
            }
            
            #css {
                font-style: italic;
                color: #BB00CC;
            }
            
            p {
                font-size: 18px;
            }
            
            canvas {
                border: 1px solid black;
                background-color: white;
            }