.Top{
    padding: 20px 10px;
    background-color: #15171c;
    display: flex;
    text-align: center;
    justify-content: center;


}

body{
    min-height: 100vh;
    background-color:#232933 ;
    font-size: 20px;
    color: White;
}
.Top_Img{
    margin-right: auto;
    padding-right: 150px;
}

.material-symbols-outlined{
    color: white;
    font-size: 50px;


}
.Symbol{

    margin-right: auto;
    margin-left: 100px;
    
}
.material-symbols-outlined:hover{
    color: lightslategrey;

}
.überschrift{
    text-align: center;
}

.Line{
    background-color: #297AE3;
    padding: 5px 0;
    margin-top: 200px;

}
#Text1{
    font-size: 25px;
    text-decoration: underline;
  
}
#Text2{
    font-size: 20px;
}
#Text3{
    font-size: 15px;
}
@media(max-width:500px){
    .Liste{
        font-size: 17px;
    }
    Body{
        font-size: 20px;
    }
    .Top{
        padding: 10px 5px;
    }
}