
body {
  font-family: roboto;
  font-weight: 900;
  color: white;
  background-color: #424246;
}

h0
{   
    font-weight: 400;
    margin-left: 33%;
    margin-right: 25%;
    font-size: 24pt;
}

h1
{   
    font-weight: 900;
}

h2
{   
    font-weight: 300;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: -8%;
    margin-bottom: 10%;
}

h3
{   
    font-weight: 200;
}

.style_zoom 
{
    display:inline-block;
    border:0;
    -webkit-transition: all 20ms ease-out;
    -webkit-transform: scale(1); 
    -ms-transition: all 20ms ease-out;
    -ms-transform: scale(1); 
    -moz-transition: all 20ms ease-out;
    -moz-transform: scale(1);
    transition: all 20ms ease-out;
    transform: scale(1);   
}

.style_zoom:hover
{
    text-shadow: 0px 0px 10px white;
    -webkit-transition: all 1s cubic-bezier(.57,0,.18,.87);
    -webkit-transform: scale(1.9);
    -ms-transition: all 1s cubic-bezier(.57,0,.18,.87);
    -ms-transform: scale(1.9);   
    -moz-transition: all 1s cubic-bezier(.57,0,.18,.87);
    -moz-transform: scale(1.9);
    transition: all 1s cubic-bezier(.57,0,.18,.87);
    transform: scale(1.9);
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

.infofooter {
    
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 20%;
    margin-bottom: 0%;
    font-weight: 200;
}

.infoleft {
    margin-left: 33%;
    margin-right: 5%;
    display:inline;

} 

.inforight {
    margin-left: 0%;
    margin-right: 30%;
    display:inline;

} 