Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .header {
  2.     text-align: center;
  3.     color: white;
  4.     padding: 20px;
  5.     margin: 10px;
  6.     background: #73ace6;
  7.     border: #aeccea solid 2px;
  8. }
  9.  
  10. .head-title{
  11.  text-shadow: 3px 1px 0px #aeccea;
  12. }
  13.  
  14. h2{
  15.  font-family: monospace;
  16.     color: #c6e5ff;
  17.     font-weight: normal;
  18. }
  19.  
  20. .content{
  21.  background: #ead546;
  22.     padding: 20px;
  23.     border: solid 2px #eae190;
  24.     margin: 10px;
  25.     font-family: monospace;
  26. }