html{
    background-color: grey;
}
h1{
    text-align: center;
    color: white;
}
li{
    list-style-type: none ;
    justify-self: center;

}
iframe{
    width: 50vw;
    height: 50vh;
    justify-content: center;
    margin: 0.5rem;
}

