*
{
	margin: 0;
	padding: 0;
    overflow-y: hidden;
}

body
{
    background-image: url(Background.jfif);
    background-size: cover;
	background-repeat: no-repeat;
}

.border-container
{
    background-image: url(DarkWood.jpg);
    background-size: cover;
	background-repeat: no-repeat;
    width: 400;
    height: 500px;
    position: absolute;
    top: 25%;
    left: 36.25%;
    border-style: solid;
	border-color: black;
	border-width: 3px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

p
{
    color: white;
    font-family: cursive;
    font-size: 30px;
    text-align: center;
}

.menu-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;
}

.menu-button:hover
{
    transform: scale(.8);
}