body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
}
#background {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#vignet {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    opacity: .6;
    height: 100%;
    background-color: black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#bodybox {
    position: fixed;
    z-index: 4;
    width: 100%;
    top: 0;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#header {
    width: 100%;
    min-width: 500px;
    height:80px;
    background-color: rgba(0, 0, 0, .8);
}
.flexcontainer {
    display: flex;
}
.flexcontainer > div {
    margin: 10px;
    flex-grow: 3;
}
.textright {
    text-align: end;

}
.buttonClass {
  font-size:15px;
  font-family:Arial;
  width:180px;
  height:50px;
  border-width:1px;
  color:#fff;
  border-color:#0b0e07;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  box-shadow:inset 0px -3px 7px 0px #29bbff;
  text-shadow:inset 0px 1px 0px #263666;
  background:linear-gradient(#2dabf9, #0688fa);
    border-radius: 10px;
}

.buttonClass:hover {
  background: linear-gradient(#0688fa, #2dabf9);
}

#maincontent {
    width: 800px;
    height:400px;
    z-index: 6;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}
h1 {
    color: white;
}
#title {
    text-align: center;

}
.dlbox {
    height:160px;
    background-color: rgba(117, 117, 117, .3);
    border-radius: 25px;
}
.flexcontainer2 {
    display: flex;
}
.flexcontainer2 > div {
    margin: 5px;
    flex-grow: 1;
    
}
.dlboxtitle {
    margin: 25px 5px 20px 5px;
}
.imgshadow {
    box-shadow: 2px 8px 8px 8px rgba(0, 0, 0, 0.7);
}