html {
  
  min-height: 100%;
  
}
body {
  
  min-height: 100%;

  
}
#Back {
  
  background-color: white;
  
}

h1 {
  
  
  
}
h2 {
  
  font-family : Prenton RP Ultra Cond;
  font-weight : bold;
  font-size : 40px;
  color : #FF0000;
  color : rgb(255, 0, 0);
  margin: 0px;
  
}

h3 {
  
  font-family: upgrade, sans-serif;
  font-style: normal;

  font-size : 24px;
  color : #FF0000;
  color : rgb(255, 0, 0);
  
  padding: 0px;
  margin: 0px;
}
h4 {
  
  font-family: upgrade, sans-serif;
  font-style: normal;

  font-size : 18px;
  color : #FF0000;
  color : rgb(255, 0, 0);
  
  padding: 0px;
  margin: 0px;
}
ul {
  
  font-family: upgrade, sans-serif;
  font-style: normal;

  font-size : 24px;
  color : #FF0000;
  color : rgb(255, 0, 0);
  
}
button, .Button {
  
  background : lightgray;
  border-style : Solid;
  border-color : red;
  border-width : 2px;
  //border-radius: 8px;
  
  box-shadow: 2px 2px 3px #666666;
  
  font-family: upgrade, sans-serif;
  
  font-size: 20pt;
  letter-spacing: 2px;
  color: black;

  
  padding: 7px 15px;
  margin: 7px 5px;
  
  white-space: nowrap;
  
}
#UserWindow form {
  
  border-radius: 6px;
  
}
#Content {
  
  min-width: 400px;
  min-height: 600px;
  
  width: 80%;
  
  margin: 0px auto;
  padding-top: 0px;
  
}
h6, figcaption {
  
  font-family: times new-roman;
  font-size: 8pt;
    
  color: #0D9CCE;
  color: rgb(13, 156, 206);
  
}
.ListButton {
  
  user-select: none;
  
  display: inline-block;
  
  background: gray;
  border: 2px outset;
  
  font-family: arial;
  font-size: 8pt;
  font-weight: bold;
  
  margin: 0px auto;
  padding: 2px 8px;
  
  
}
.ListButton:hover {
  
  cursor: pointer;
  
}
.ListButton:active {
  
  border: 2px inset;
  
}
.ProfilePic {
  
  border: 2px solid orangered;
  
}