        body {
          background-color:#000000;
          background-image:url("https://arill-b-r.neocities.org/space%20background%202.gif");
          font-family:'Courier New', monospace;
          color:#000000;
          text-align:justify;
        }
        
        a {
          color:#FFBE18
        }
        
        a:hover {
          color:#FF6F18;
        }
        
        container {
          padding:40px;
          display: flex;
        }
        
        main {
          padding:20px;
          margin:40px;
          margin-top:20px;
          margin-right:10px;
          margin-bottom:10px;
          background-color:#E3E2D2;
          border-style:dashed;
          border-color:#000000;
          border-width:2px;
          order:1;
          width:100%;
        }
        
        aside {
          padding:20px;
          margin:40px;
          margin-left:10px;
          margin-top:20px;
          margin-bottom:10px;
          width:400px;
          background-color:#C5BFAE;
          border-style:dashed;
          border-color:#000000;
          border-width:2px;
          order:2;
        }
        
        footer {
          padding:5px;
          margin:40px;
          margin-top:10px;
          max-width:100%;
          background-color:#C5BFAE;
          border-style:dashed;
          border-color:#000000;
          border-width:2px;
          text-align:center;
          position:absolute;
          bottom:0;
        }