*
{
	margin: 0;
	padding: 0;
    overflow-y: hidden;
}

.back-video
{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.start-button
{
    background-image: url(Wood.jpeg);
    background-size: cover;
	background-repeat: no-repeat;
    color: #5C4033;
    position: absolute;
    right: 50px;
    bottom: 165px;
    width: 300px;
	height: 100px;
    border-style: solid;
	border-color: #5C4033;
	border-width: 3px;
    border-radius: 45px;
    font-family: cursive;
    font-size: 35px;
    transition: .6s;
}

.start-button:hover
{
    transform: scale(.8);
}

.credits-button
{
    background-image: url(Wood.jpeg);
    background-size: cover;
	background-repeat: no-repeat;
    color: #5C4033;
    position: absolute;
    right: 50px;
    bottom: 35px;
    width: 300px;
	height: 100px;
    border-style: solid;
	border-color: #5C4033;
	border-width: 3px;
    border-radius: 45px;
    font-family: cursive;
    font-size: 35px;
    transition: .6s;
}

.credits-button:hover
{
    transform: scale(.8);
}

.border-container
{
    background-image: url(DarkWood.jpg);
    background-size: cover;
	background-repeat: no-repeat;
    width: 400;
    height: 300px;
    position: absolute;
    top: 42%;
    left: 37.25%;
    border-style: solid;
	border-color: black;
	border-width: 3px;
    border-radius: 30px;
}