html{
    background-image: linear-gradient(55deg, #e6b861 8.33%, #d5895c 8.33%, #d5895c 16.67%, #b54740 16.67%, #b54740 25%, #985189 25%, #985189 33.33%, #1d6d66 33.33%, #1d6d66 41.67%, #5c9d72 41.67%, #5c9d72 50%, #e6b861 50%, #e6b861 58.33%, #d5895c 58.33%, #d5895c 66.67%, #b54740 66.67%, #b54740 75%, #985189 75%, #985189 83.33%, #1d6d66 83.33%, #1d6d66 91.67%, #5c9d72 91.67%, #5c9d72 100%);
    background-size: 146.49px 209.21px;
}
body{
    margin: 2%;
}
#main {
  font-family: monospace;
  font-size: 20px;
  padding: 1px;
  background: linear-gradient(to top, #498359 0%, #2c5d3d 100%);
  border: 3px solid #133b38;
  flex-grow: 1;
}
#header {
  background: url("uni/clouds.png"), linear-gradient(to bottom, #3c70a4 0%, #236f81 40%, #07192c 100%);
    background-size: contain;
background-position: 180px;
  border: 3px solid #172a32;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  display: flex;
  align-items: center;
  padding: 5px 20px 1px 23px;
}
.header-logo {
  width: 100%;
  max-width: 500px;
  margin: 1px 20px -10px -10px;
}
/* Left Aside */
#lside {
  background: linear-gradient(180deg, #d5895c 30%, #e6b861 60%);
  border-left: 3px solid #65211d;
  border-right: 3px solid #65211d;
  border-top: 3px solid #65211d;
  padding: 8px 8px 1px 8px;
  width: 140px;
  flex-shrink: 0;
}
/* Left Navigation */
#leftNav {
  display: flex;
  flex-direction: column;
}
#leftNav a {
  font-size: 15px;
  font-family: monospace;
  color: #561915;
}
#leftNav hr {
  border: none;
  border-bottom: 1px solid #2c4097;
  border-radius: 5px;
  margin: 1px;
}
.nav-categories {
  background-color: #e6b861;
  border: 2px solid #ebdf6e;
  display: flex;
  flex-direction: column;
  padding: 3px;
  margin-bottom: 5px;
}
.nav-categories span {
  background: linear-gradient(to bottom, #65211d 10%, #b54740 100%);
  border: 2px solid #371a18;
  color: #ffda93;
  text-align: center;
  display: block;
  font-size: 17px;
}
.nav-items {
  display: flex;
  align-items: center;
  padding: 1.85px;
}
.nav-icons {
  width: 16px;
  margin: 1px 5px 1px 3px;
}
.nav-links{
  color: #561915;
  text-shadow: #baa34a 2px 2px 4px;
}
h1{
  text-align: center;
  color: #7bd4a9;
  font-family: monospace;
  font-size: 60px;
  margin-bottom: 3px;
  margin-top: 3px;
}
#footer {
  background: linear-gradient(to top, #693073 0%, #985189 100%);
  border: 3px solid #4c1942;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  text-align: center;
  font-family: monospace;
  font-size: 15px;
  padding: 13px 20px 13px 23px;
}
.wrapper {
  display: flex;
  align-items: stretch;
}