/*body{
background-color: rgb(82, 3, 139);
color: white;
margin: 0px;
padding: 0px;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
vertical-align: middle;
}

h1, h2{
 padding: 0px;
 margin: 0px;
 text-align: center;
}

#container{
    background-color: rgb(139, 58, 197);
    left:50%;
    top: 45%;
    margin: 0px auto;
    padding: 8px;
    max-width: 600px;
    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bold{
    font-weight: bolder;
}

#imprint{
    bottom: 0px;;
    left:50%;
}
*/

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: rgb(32,0,38);
background: linear-gradient(128deg, rgba(32,0,38,1) 14%, rgba(83,0,115,1) 48%, rgba(32,0,38,1) 87%);
  color: white;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a{
    color: white;
    text-decoration: none;
    padding: 3px;
    transition: color 1s;
    transition: background-color 1s;
}

a:hover{
    background-color: white;
    color: rgb(82, 3, 139);
    border-radius: 4px 4px 0 0;
}

h1, h2, h3{
    padding: 0px;
    margin: 0px;
    text-align: center;
   }
#wrapper {
  min-height: 100%;
  position: relative;
}
#header {
  background: #ededed;
  padding: 10px;
}
#content {
  
  padding: 8px;
  /*background-color: rgb(139, 58, 197);*/
  background: rgba(183, 0, 255, 0.2);
  font-size: 20px;
  max-width: 600px;
  position:absolute;
  /* Height of the footer element */
  left:50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#footer {
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.bold{
    font-weight: bolder;
}