h1{
    text-align: center;
    background-color: rgba(109, 28, 28, 0.527);
    color: black;
    padding-bottom: 10px;
    padding-top: 5px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    }
    
    p{
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    
    video{
    width: 90vw;
    max-height: 80vh;
    }

    main{
    width: 90vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }
    
    ul{
        text-align: center;
    }
    body{
        background-color: rgba(146, 46, 96, 0.39);
    }