h1 {
  font-size: 55px;
  color: #004d00;
}

div.container {
  margin: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);
   box-shadow: 6px 6px 6px gray;
   width: 70%;
   height: auto;
   overflow: hidden;
}

div.containerfront {
  position: absolute;
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);
   box-shadow: 6px 6px 6px gray;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 70%;
   height: 70%;
   background-image: url(../atom.jpg);
   background-repeat: no-repeat;
   background-size: 100% 100%;
}

table.table {
   padding:8px;
   border:2px solid green;
   border-radius:25px 25px 25px 25px;
   box-shadow: 6px 6px 6px gray;
   margin: 20px;
}

.button {
  background-color: #004d00;
  border: none;
  border-radius: 25px 25px 25px 25px;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #006600;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);

}

.centeredleft {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.myImage {float: left; margin:0px; width: 50%;}

.secondDiv{
    background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
 
    height: auto;
    float: right;
}
.firstDiv{
    margin: 0 auto;
    background: #ffffff; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 6px 6px 6px gray; 
    width:70%; 
    height: 50%;

}

.firstDivkode{
    margin: 0 auto;
    background: #ffffff; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 6px 6px 6px gray; 
    width:50%; 
    height: auto;

}

.vertical-menu {
  width: 100%;
}

.vertical-menu a {
  background-color: #E6E6E6;
  color: black;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #d8d8d8;
}

.vertical-menu a.active {
  background-color: #ffffff;
  color: white;
}

.remove-all-styles {
    all: revert;
  }

.h3 {
  color: #004b00;
  text-align: center;
}

input:focus {
    outline: none;
    box-shadow: none;
}

