*{
    box-sizing: border-box;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;  
  }
  
  html {
    font-family: "Fantasy", fantasy;
    color:#ffffff
  }
  
  .header {
    background: linear-gradient(#3c00ff,#42008d,#04001d);
    color: #ffecec;
    padding: 15px;
  }
  
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    padding: 8px;
    margin-bottom: 7px;
    background: linear-gradient(#3c00ff,#42008d,#04001d);
    color: #fffefe;
    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(#3c00ff,#42008d,#04001d);  
  }
  
  .aside {
    background: linear-gradient(#3c00ff,#42008d,#04001d);
    padding: 15px;
    color: #ffffff;
    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(#3c00ff,#42008d,#04001d);
    color: #000000;
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;   
  }
  
  body {
    background-color: #000000;
  }
  
  a:link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }
  a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
    
  }
  
  a:visited {
    color: rgb(8, 0, 250);
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: rgb(8, 0, 250);
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: rgb(8, 0, 250);
    background-color: transparent;
    text-decoration: underline;
  }