/*
#dialouge-div
#my-dialogue
*/
#dialouge-div{
    height: 300px;
    width: 300px;
    background-color: blueviolet;
    display: flex;
    align-items: center;
    justify-content: center;
}
#my-dialogue{
    height: 300px;
    width: 300px;
    background-color: lightcoral;
    display: flex;
    align-items: center;
    justify-content: center;
}
video{
 width: 500px;
 border-radius: 20px
}
body{
    background-color: black;
}
h1{
    color: green;
    font-size: 40px;
}
a:link, a:active, a:visited, a:hover{
    font-size: 20px;
    color: white;
    text-decoration: none;

}