body{
    font-family: baskerville;
	font-size: 14px;
	color: white;
	background-color: #ffffe9;
    background-image: url(home_img/tanukidisguisefail.png);
    background-size:100%;
    background-repeat: no-repeat;
    text-shadow: 5px 3px black;
}

h1{
    font-size:50px; 
    margin-bottom:15px;
}

h2{
    font-size:40px;
    margin-top:15px;
}

.container{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
}