    body ,
  
    html {margin: 0;
        padding: 0;
        height: 100%;
        background-color: #F5F5F5;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
       
        font-family: 'Prompt', sans-serif;
        
    }

    h3 {font-family: 'Prompt', sans-serif;
    }

     h1 {font-family: 'Prompt', sans-serif;
    }

     h2 {font-family: 'Prompt', sans-serif;
    }
     h4 {font-family: 'Prompt', sans-serif;
    }

    p {font-family: 'Prompt', sans-serif;
  

    }

    nav {font-family: 'Prompt', sans-serif;
    font-size: 18.2px;
    text-shadow: 0px 0 black, 0 0.3px black,
  0.3px 0 black, 0 0px black;

}

#user_data th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: rgb(60, 60, 60);
  color: white;
  font-size: 20px;
}





#bar a {font-size: 15px;
    background-color: rgb(255, 165, 0);
    color: black;

}


#bar a:hover{
    background-color: rgb(255, 255, 255);


}

.panel{font-size: 16px;
}

