
html {
  background-color: #330066;
  background-size: cover;
}

a:link {
  color: #CCFFCC;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FF3366;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

body {
  padding: 0 16px;
}

p {
  font-family: PT Mono;
  font-size: 20px;
  color: black;
}

* {
  box-sizing: border-box;
} 

htop{
  font-family: Courier New;
  font-size: 50px;
  font-style: italic;
  color: #FF99FF;
  }

h1{
  font-family: Courier New;
  font-size: 30px;
  font-weight: bold;
  color: #FF99FF;
}

h2{
  font-family: Courier New;
  font-size: 30px;
  font-weight: bold;
  color: #CC99FF;
}

h3{   
  font-family: Courier New;
  font-size: 25px;
  font-weight: bold;
  color: #330066;
}

h4{
  font-family: Courier New;
  font-size: 40px;
  font-weight: bold;
  color: #CC99FF;
}

.sidebar {
  width: 20%;
  max-width: 200px;
  background-color: pink;
  border-radius: 16px;
}

.menuLink {
  display: block;
  padding: 12px 16px;
  font-family: Courier New;
  font-size: 50px;
  font-weight: bold;
  Color: Black;
}

.menuLink:first-of-type {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.heading{
  font-family: Comic Sans;
  font-size: 30px;
  color: pink;
  font-weight: bold;
  outline-style: solid;
  outline-color: black;
}

.column {
  width: 800px;
  padding: 30px;
  border-radius: 15px;
}

.left {
  flex-basis: 20%;
}

.right {
  flex-basis: 60%;
}

.flex {
  display: flex;
  gap: 16px;
}

.flexWrap {
  flex-wrap: wrap;
  align-items: stretch;
}

.border {
  border: 5px solid #ee9f27;
}

.border_purple {
  border: 5px solid #e2619f;  
}

.title {
  color: black;
  font-family: Courier;
  font-size: 75px
}
  
.stroke {
  -webkit-text-stroke: 2px black;
}

.desc {
  padding: 15px;
  text-align: left;
}

.menuorange{ 
  background-color: #ffe5b4; 
  display:width;
  text-indent: 10px;
}

.menupurple{ 
  background-color: #dda0dd; 
  display:width;
  text-indent: 10px;
}
  
.menuteal{ 
  background-color: #afeeee; 
  display:width;
  text-indent: 10px;
}

.border_purple {
  border: 5px solid #e2619f;
}

.title {
  color: black;
  font-family: Courier;
  font-size: 75px
}

.mainContainer {
  padding: 12px 16px;
  border: 5px solid #ee9f27;
  border-radius: 16px;
}

.mainContainer a {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 16px;
  font-family: Courier New;
  font-size: 20px;
  font-weight: bold;
  color: #311432;
}

.mainContainer a:before {
  content: '-';
  position: absolute;
  left: 0;
}

.subtitle {
  font-family: Courier New;
  font-size: 30px;
  font-weight: bold;
  color: #232323;
}
  
.stroke {
  -webkit-text-stroke: 2px black;
}
