

/*body {
    
    background-size: cover;
    background-position: center;
}*/

html, body {
    margin: 0;
    padding: 0;
    
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
   
}


canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
}

.button{

    width: 100px;         
    height: 100px;         
    border-radius: 50%;
    background-color: #b3ff81;
    font-family: monospace;
    float: right;
    margin-right: 120px;
    margin-top: 70px;
    border-bottom: 5px solid gray;
}


.portrait img{
    margin-top: 118px;
    margin-left: 50px;
}




h1{

    font-family: monospace, cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 75px;
    padding: 0 145px;
    color: rgb(255, 67, 67);
    margin-bottom: 0;
    position: absolute;
    top:92px;
    left: 74px;
    background-color: rgba(255, 255, 255, 0.753);
    border-radius: 30px;
    border: none;

}



p{

    font-family: monospace;
    line-height: 2;
    font-size: 1.2em;
    border: 2px solid black;
    padding: 10px;
    background-color: rgba(252, 252, 252, 0.728);
    margin-top: 50px;
}

.about{

    margin: 15px;
    padding: 5px;
    width: 40%;
    float: right;
    position: absolute;
    top: 200px;
    left: 482px;

}







@media (max-width: 768px) {

 

  #topNav {
    flex-wrap: wrap;  
    font-size: 16px;
  }

  #topNav a:link,
  #topNav a:visited,
  #topNav a:hover {
    font-size: 16px;
    padding: 3px 3px;
    border-width: 12px;
  }

  details summary{
    font-size: 13px;
    padding-left: 8px;
    border-width:3px;

  }

  .button{
    width:60px;
    height: 60px;
    font-size: 10px;
    margin-right: 20px;
    margin-top: 10x;
  }

  .nav-logo img {
    height: 60px;
    margin-right: 20px;
  }

  h1 {
    font-size: 40px;
    margin:0;
    position: static;
    padding: 0px 0px 2px 13px;
    font-weight: 600;
  }

  h2 {
    font-size: 18px;
  }

  .thumbnails1 img {
    height: 300px;
  }

  .portrait img {
    display: block;
   margin: 48px -8px -56px 4px;
    height: 330px;
    float: left;
    padding-top: 20px;

}

.about{
    margin: 15px auto;
    padding: 7px;
    position: static;
    width:90%;
    float:none;

   
    

}

  }

