html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgb(4, 81, 11);
    font-family: Arial;
}
.video{
    font-size: x-large;
    width: 72vw;
    display: block, wrap;
    flex: wrap;
    height: 80vh;
    top: 18%;
    left: 13%;
    background-color: #ffffff;
    color:rgb(0, 0, 0);
    border-radius: 1em;
    padding: 1em;
    position: absolute;
}
.about{
    font-size: x-large;
    width: 72%;
    display: block;
    flex: wrap;
    height: wrap;
    top: 110%;
    left: 13%;
    background-color: #ffffff;
    color:rgb(0, 0, 0);
    border-radius: 1em;
    padding: 1em;
    position: absolute;
}