body {
    background-color: rgb(31, 30, 29);}

.header {
    display: flex;
    justify-content: center;

}

.projects {
    /*margin-top: 80px;*/
    margin: 30px;
    display: flex;
    justify-content: center;
    font-size: small;

}

.projects img {
    border: 2px solid white;   
}

.eye {
    display: flex;
    justify-content: center;
}

img:hover {
    opacity: .8;
}

p, a, h1 {
    font-family: Lucida Sans Typewriter, Lucida Typewriter, monospace; font-size: 24px;
    color: white;
}

a {
    font-size: small;
}



ul { 
    background-color: rgb(58, 56, 54);
    padding: 5px 0px;
    margin-left: 100px;
    margin-right: 100px;
    
    display: flex;
    justify-content: center;
}

.hidden {
    margin-top: 1200px;
    display: flex;
    justify-content: center;
}

.bottom {
    margin-bottom: 50px;
}

.top {
    margin-top: 50px;
}

li {
    display: inline;
    margin: 0 5px;
}

a:link {
    color: white;
  }
  a:hover {
    color: rgb(219, 219, 219);
  }
  a:active {
    color: #5f5f5f;
  }

  .text {
      
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    font-size: small;
}

iframe {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
