body{

    color: #bebebe;
    background-color: #292929;
    text-align: center;
    font-family: 'Source Code Pro', monospace;
    scroll-behavior: smooth;

}

.mechatronix_ueberschrit{

    display: inline-block;
    text-align: center;
    color: #9aa0b8;

}

footer{

  font-size: small;
  color: #005449;
  padding-top: 100px;

}

table{

  border: solid 1px;
  border-color: #48bd44;

}

a{

  color: #004b9c;

}

.nav_link{

    color: #ffbdf0;
    border: #ffbdf0 1px;
    border-style: dashed;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;

}

.ueberschrift{

  display: inline-block;
  text-align: center;
  color: #f8deac;

}

.dont_color_this_special {

  text-decoration: none;
  color:#bebebe;

}

.nav_link :hover{

  border: solid #f2d0d0;
  color: #f2d0d0;
  
}