body {
    background-color: rgb(59, 59, 59);
  }

  h2  {
    color:white;
    font-family: Verdana, Tahoma, sans-serif;
    margin: 15px;
  }

  #Dummypic1, #Dummypic3 { 
	  box-shadow: 1px 2px 2px rgb(255, 255, 255);
    margin: 15px;
    border-radius: 15px;
    max-width: 80%;
  }

  .cc {
    #padding: 10px;
    #margin: 0px 10px 10px 10px;
    #border: 3px dashed teal;
    #position: absolute;
    #width: 330px;
  }

  a:link {
    color: white;
  }

  a:visited {
    color: white;
  }

  #Dummypic2 { 
	  box-shadow: 1px 2px 2px rgb(255, 255, 255);
    margin: 15px;
    border-radius: 15px;
    max-width: 80%;
  }

  H1 {
    color:white;
    font-family: Verdana, Tahoma, sans-serif;
    margin: 15px;
    font-size: 50px
  }

  td, th, caption{
    color: white;
    font-size: 60px;
    text-align: center;
    
  }