 body {
        margin: 0;
        padding: 0;
        /font-family: "Big Shoulders Display", cursive;
        /height: 100px;
		color: #ffff;
      }
	  
	 table, th, td {
		border: 2px solid white;
		}

      .banner {
        width: 100%;
        height: 100vh;
        /overflow: hidden;
        /display: flex;
        justify-content: center;
        align-items: center;
      }

      .banner video {
        position: fixed;
		top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
		height: 100vh;
		z-index: 1;
      }

      .banner .content {
        position: relative;
        z-index: 2;
        max-width: 880px;
        margin: 0 auto;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        margin: 0% auto 0% auto;
        max-width: 860px;
        border-radius: 25px;
      }

      .banner .content h1 {
        margin: 0;
        padding: 0;
        //font-size: 5.5em;
        //text-transform: uppercase;
        color: #ffff;
      }

      .banner .content h2 {
        margin: 0;
        padding: 0;
        //font-size: 5.5em;
        //text-transform: uppercase;
        color: #ffff;
      }

      .banner .content p {
        font-size: 1.5em;
        color: #ffff;
      }

      ./banner .content img {
        width: 40px;
        height: 40px;
      }
	  