.logo{
    width: 50%;
}
 
.Firmenname{
    color: aliceblue;
    margin-left: 1100px;
    margin-top: 10px;
}
 
body{
    background-color: rgb(86, 87, 92);
    text-decoration-color: rgb(255, 255, 255);
}
.Ich{
    margin-top: 100px;
}
 
hr{
    color: rgb(255, 255, 255);
 
}
 
.display-6 {
    font-size: calc(1.2rem + 1.5vw)!important;
}