body {
    /* background-image: url("png_city/black_hole_by_kurzgesagt (1).png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000; 
    margin: 0;
    padding: 0;
    font-family: Calibri;
    font-weight: 900;
    text-align: center;
    color: #000000;
    width: 700px;
    margin: auto;
}



   .imageButton {
    background-color: #41414196;
    outline: 3px solid #99999973;
    height: 50px;
    width: 500px;
    font-size: 38px;
    font-weight: 100;
    display: block;
    text-decoration: none;
    color: #dedede;
    margin: auto;
    line-height: 50px;
    border-radius: 10px;
    margin-left: 15x;
    margin-bottom: -2px;
   }
   .imageButton.project{
    line-height: 30px;
    height: 80px;
   }
   .imageButton.enabled{
    outline: 4px solid #ffffff54;
   }
   .imageButton.enabled:hover{
    transform: scale(1.05);
   }
   .imageButtonImage {
    height: 32px;
    width: 32px;
    transform: translate(0px, px);
    border-radius: 5px;
    margin-left: 15x;
    margin-bottom: -5px;
    
   }
   .imageButtonImagegit {
    height: 40px;
    width: 40px;
    transform: translate(0px, 6px);
    border-radius: 5px;
    margin-left: 5x;
    margin-bottom: -5px;
    
   }

   .imageButtonImage1 {
    height: 27px;
    width: 35p x;
    transform: translate(0px, -2px);
    border-radius: 5px;
    margin-left: 15x;
    margin-bottom: -5px;
   }

   .imageButtonImage2 {
    height: 64px;
    width: 64px;
    object-fit: none;
    margin: 5px;
    transform: translate(0px, 5px);
   }
   .projectName {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 30px;
   }
   .projectName.small {
    color: #EEEEEE;
    font-size: 20px;
    width: 410px;
    line-height: 20px;
    margin-top: 0;
   }
   .projectName.date {
    font-size: 16px;
    color: #FFFFFFAA;
    text-align: right;
   }
   .column {
    float:left;
    text-align: left;
   }
   .pfp {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    margin-left: 10px;
    margin-bottom: -5px;
   }
   .Gif {
    height: 450;
    width: 712;
    border-radius: 20px;
    margin-left: -6px;
    margin-bottom: -20px;
    margin-top: 10px;
   }
   .headerLink{
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 32px;
    margin-left: 10px;
    margin-right: 10px;
   }
   .headerLink.small{
    color: #FFFFFFFF;
    font-size: 16px;
   }
   .headerLink.selected{
    color: #2dd5ff;
    text-decoration: underline #2dd5ff;
   }
   h1 {
    font-weight: 550;
    color: #ffffff;
    background-color: rgba(102, 35, 133, 0.185); 
    padding:10px 9px; 
    border-radius: 29px;
    display: inline-block;
   }
   h2 {
    font-weight: 5000;
    color: #ffffff;
   }
   footer {
    margin-top: 30px;
    text-align: left;
    color: #ffffff;
    border-top: 5px solid #8c00ff65;
   }
   footer2 {
    margin-top:0px;
    text-align: left;
    color: #ffffff;
    display: block;
    border-top: 0px solid #8c00ff65;
   }
   header {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #000000;
    border-bottom: 5px solid #8c00ff65;
   }
   header.sub{
    margin-top: -20px;
    border-bottom: 1px solid #8c00ff65;
   }
   
