.avatar {
  position: fixed;
  left: 100px; 
  top: 30%;  
}

.storywords {
position: absolute;
left: 2%;
top: 10%;
border: 5px solid #ffffff;
background-color: #222;
padding: 10px;
font-family: "Tahoma", sans-serif;
color: #eee;
width: 30%;
}

.storywords2 {
position: absolute;
right: 2%;
top: 10%;
border: 5px solid #ffffff;
background-color: #222;
padding: 10px;
font-family: "Tahoma", sans-serif;
color: #eee;
width: 30%;
}

.felixmenu {
position: absolute;
left: 50%;
bottom: 0;
transform: translate(-50%, 0);
font-family: "Sora", sans-serif;
color: beige;
}

.felixmenu a{
font-family: "Sora", sans-serif;
text-align: center;
}

.mono {
font-family: "Corsiva", monospace;
color: limegreen;
}


  .tooltip {
  position: relative;
  color: #00b4ab;
}

.tooltip .tooltip-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  visibility: hidden;
  background-color: #600507;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  width: 250px;
  opacity: 0;
  transition: .3s;
  transform: translate3d(0px, 20px, 0px);
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00b4ab transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

h4 {
    color: cadetblue;
}

a:visited {
    color:aquamarine;
}

a {
    color: aquamarine;
}

a.button {
    text-decoration: none;
    color: blueviolet;
}

a.button2 {
    text-decoration: none;
    font-weight:bold;
    color: limegreen;
    border: 1px dashed white;
    padding: 3px;
}

a.hide {
    cursor: default;
}

.hide a {
    cursor:  text;
    color: #eee;
    text-decoration: none;
}

.mid { 
    margin: 100 auto;
    width: 60%;
}    

.container {
    background-color: #222;
    color: #eee;
    padding: 10px;
font-family: "Tahoma", sans-serif;
    width: 40%;
    border: 3px dashed #333;
    }

.container2 {
    background-color: #222;
    color: #eee;
    padding: 10px;
font-family: "Tahoma", sans-serif;
    border: 3px dashed #333;
    }