/* CSS files add styling rules to your content */
html, body{
  margin:0;
  font-family: 'Jost', sans-serif;
  min-width: 1200px;
}
canvas{
  position:fixed; 
  top:0; 
  left:0; 
  z-index:1;
}

#content{
  position:relative; 
  text-align: center;
  z-index:2; 
}
#content h1{
  font-size: 400%;
}

#clickp{
   cursor: pointer;
}

#pagetitle{
  height:auto;
  margin-top: 10px;
  margin:20px;
}

.sectionlink{
  text-decoration: none!important;
  color:black;


}

.popup_content {
  margin: 10px;
  padding: 0 10px;
  max-width: 60%;
  border: 2px solid #444;
  background: white;
}

img{
  width:400px;
  height:400px;
}
