/* physio-gozzi.eu style sheet: */
   div { font-family: Verdana, "Lucida Sans Unicode", sans-serif;
     color:#FEDE59; /* gelb; oder auch: F5F823 */
     margin-left:auto;
     margin-right:auto;
     overflow:hidden;
     }
   html {
     display:block;
     height:100%;
     width:100%;
     }
   body {
     background-color:#0B080F;
     text-align:center;
     overflow-x:hidden;
     white-space:nowrap;
     }
   .hover-rotate img {
     transition: all 0.3s;
     box-sizing:border-box;
     max-width:100%;
     }
   .hover-rotate:hover img {
     transform: scale(1.0) rotate(45deg);
     }
   .logo {
     cursor:none;
     vertical-align:top;
     height:450px;
     -webkit-user-select:none; /* Safari */
     -ms-user-select:none; /* IE 10 and IE 11 */
     user-select:none; /* Standard */
     }