@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

.ueberschrift_nach{
    z-index: 2;
    color: rgb(255, 255, 255);
    font-size: 5vmin;
    font-family: 'Source Sans Pro', sans-serif;
    left: 20%;
    right: 20%;
    width: 60%;
    position: absolute;
    text-align: center;
    top: 25%;
    border-style: solid;
    border-color: black;
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    padding: 1.5%;
    border-color: rgb(18, 37, 99);
    box-shadow: 10px 10px 15px  rgb(0, 0, 0);
    border-width: 15px;
}
h4{
    color: turquoise;
    font-size: 5vmin;
}
.Arbeit{
    z-index: 5;
    position: absolute;
    top: 110%;
    left: 5%;
    font-size: 3vmin;
    color: white;
    font-family:'Source Sans Pro', sans-serif;
    right: 5%; 
    text-align: center;
}
.technik{
    z-index: 5;
    position: absolute;
    top: 160%;
    left: 5%;
    font-size: 3vmin;
    color: white;
    font-family:'Source Sans Pro', sans-serif; 
    text-align: center; 
    width: 40%;
}
.underline{
    text-decoration: underline;
}
* {margin: 0; padding: 0}
body {background: #000;}
canvas {
    display: block; 
    width: 100%;
}
.tesla_unfall{
   top: 170%;
   position: absolute;
   right: 10%; 
   width: 40%;

}
.tesla_txt{
    z-index: 5;
    right: 5%;
    left: 50%;
    position: absolute;
    font-size: 2.5vmin;
    color: white;
    top: 212%;
    right: 10%;
    font-family:'Source Sans Pro', sans-serif; 
}
.ende{
    top: 2500px;
    position: absolute;
}