body{
    background-color: black;

    
}
h1{
    color: white;
    text-align: center;
}
.text{
    color: white;
    width: 90%;
    margin: 50px;
    font-family: Verdana, Geneva, Tahoma;
    font-size: larger;
    
}

.container{
    display: flex;
    flex-wrap: wrap;
}