*{
    box-sizing: border-box;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;  
  }
  
  html {
    font-family: "Fantasy", cursive;
    color:#000000
  }
  
  .header {
    background: linear-gradient(#ff0000,#ffffff,#ff0000); 
    color: #000000;
    padding: 15px;
  }
  
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    padding: 8px;
    margin-bottom: 7px;
    background: linear-gradient(#ff0000,#ffffff,#ff0000);
    color: #000000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .menu li:hover {
    background: linear-gradient(#ff0000,#ffffff,#ff0000);
  }
  
  .aside {
    background: linear-gradient(#ff0000,#ffffff,#ff0000);
    padding: 15px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .footer {
    background: linear-gradient(#ff0000,#ffffff,#ff0000);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;   
  }

  body {
    background-color: #0000002e;
  }

  a:link {
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-decoration: underline;
  }

 