/*If you are here, you should visit https://linaki.org/secret_surprise
Just sayin'...
*/
.menu ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
  
  }
  .menu li {
      margin-left: 10%;
      margin-right: 10%;
  }
  
  .menu a {
      transition: font-size .2s;
      color: white;
  }
  
  .menu a:hover {
      font-size: 150%;
  }
  
  body {
      /*background: #ecffb3;*/
  }
  
  #logo {
      height: 10%;
  }
  
  body {
      text-align: center;
      color: white;
  }
  
  .menu {
      background: black;
      height: 10%;
      position: sticky;
      top: 0px;
  }
  
  #latest {
      float: left;
  }
  
  a {
      color: lightgray;
  }
  
  a:visited {
      color: white;
  }
  #keytap-container {
    font-size: 170%;
  }
  
body {
    background: black;
}

#term{
    color: green;
    font-family: monospace;
    font-size: 250%;
    width: 100%;
    font-weight: bold;
    text-align: left;
    margin-left: 10%;
}

.typed-cursor {
    color: green;
    font-size: 100%;
    font-weight: bold;
    font-family: monospace;
}

#main {
    margin: auto;
    width: 50%;
    color: green;
    font-family: monospace;
    font-weight: bold;
}

#ascii{
    font-family: monospace;
    white-space: pre;
    font-size: 100%;
    text-align: left;
    color: rgb(0, 191, 255);
    font-weight: bold;
}

#pageContent {
    text-align: center;
    font-size: 250%;
    width: 100%;
    font-weight: bold;
}

.skill {
    color: lightgray;
}

.huge {
    font-size: 400%;
}