.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;
}

#h1{
    text-align: center;
}
.material-symbols-outlined{
    color: white;
    font-size: 50px;


}
.Symbol{

    margin-right: auto;
    margin-left: 100px;



    
}
.material-symbols-outlined:hover{
    color: lightslategrey;

}
.Liste{
    padding-top: 100px;
    font-size: 30px;


    text-align: center;
    list-style: none;
}
.Line{
    background-color: #297AE3;
    padding: 5px 0;
    margin-top: 200px;

}
@media(max-width:500px){
    .Liste{
        font-size: 17px;
    }
    Body{
        font-size: 20px;
    }
    .Top{
        padding: 10px 5px;
    }
}