body {
  background: radial-gradient(circle at top, #404049 0px, #343434 800px);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #343434;
  padding-top: 50px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  font-weight: 100;
  color: #ffffff;
  margin: 0;
}

main {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  font-family: Lato, sans-serif;
}

.bashtd {
  text-align: left;
  width: 700px;
}

h2 {
  font-weight: 100;
}

h3 {
  margin-top: 40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 100;
}

h3 img {
  vertical-align: middle;
  padding-right: 5px;
}

ul li {
  list-style-type: none;
  padding-right: 40px;
  font-size: 18;
  margin-bottom: 20px;
}

ul a {
  text-decoration: none;
}

ul img {
  vertical-align: middle;
  padding-right: 10px;
}

a {
  color: #5d8bff;
  text-decoration: none;
}

a:visited {
  color: #5d8bff;
  text-decoration: none;
}

#content {
  margin-top: 50px;
}

.usercert {
  width: 500px;
  vertical-align: top;
}

#indextable {
  min-width: 1400px;
  height: 600px;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}

.indextd {
  text-align: center;
  height: 70px;
  margin-top: 20px;
}

.indextdlower {
  text-align: center;
  height: 170px;
}

#vmwarehover {
  opacity: 0;
  transition: 1s;
  width: 260px;
  margin: 0 auto;
}

#vmware:hover #vmwarehover {
  display: block;
  width: 260px;
  margin: 0 auto;
  opacity: 1;
}

#mattermosthover {
  opacity: 0;
  transition: 1s;
  width: 260px;
  margin: 0 auto;
  margin-top: 15px;
}

#mattermost:hover #mattermosthover {
  display: block;
  width: 260px;
  margin: 0 auto;
  opacity: 1;
  margin-top: 15px;
}

#owncloudhover {
  opacity: 0;
  transition: 1s;
  width: 260px;
  margin: 0 auto;
  margin-top: 15px;
}

#owncloud:hover #owncloudhover {
  display: block;
  width: 260px;
  margin: 0 auto;
  opacity: 1;
  margin-top: 15px;
}

#redminehover {
  opacity: 0;
  transition: 1s;
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
}

#redmine:hover #redminehover {
  display: block;
  width: 300px;
  margin: 0 auto;
  opacity: 1;
  margin-top: 15px;
}

#vpntable {
  width: 700px;
  padding: 10px;
  background-color: rgba(0, 100, 255, 0.1);
}

.vpntabletd {
  text-align: center;
  font-weight: 100;
}

#vpntable tr:hover {
  background: rgba(255, 255, 255, 0.1);
}

#trheader > td {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
}

#openvpn {
  width: 600px;
  margin: 0 auto;
  font-weight: 100;
}

#openvpncontent {
  text-align: right;
}

#lower {
  margin: 0 auto;
  height: 400px;
  width: 1400px;
  background-color: rgba(5, 5, 5, 0.1);
}

#certificate {
  text-align: left;
  padding-left: 20px;
}

#passchange {
  text-align: right;
  padding-right: 20px;
}

img.keycloak{
  border: 0.5 px, solid black
  border-radius: 50%;
}
