﻿@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 8
   Coding Challenge 1

   Author:   Alyssa Milinkovich
   Date:     11/14/2023
   Filename: code8-1_video.css

*/

video {
	display: block;
	width: 75%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}