html, body {
    height: 100%;
}
body{
    margin: 0;
}
p,h1,h2,h3,h4,h5{
    color: white;
}
h1,h2,h3,h4,h5{
    font-family: "TF2";
}
h1{
    font-size: 4em;
    margin: 0;
padding-top: 0.25em;
}
h2{
    font-size: 3em;
    margin-top: 0;
}
h3{
    font-size: 2em;
    margin-top: 0;
}
p{
    font-family: "TF2 Professor";
    font-size: 2.5em;
    margin: 0.5em 0;

}
.centeredContent{
   text-align: center;
}
img.background{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}
img.topright {
	float: right;
	max-width: 35%;
	height: auto;
	margin: 0 0 1em 1em;
	filter: drop-shadow(0.25em 0.25em 0.5em rgba(0, 0, 0, 0.7));
}
#Content{
    padding: 2em 3em;
}

.bbutton {
    font-size: 1.75em;

    font-family: "TF2 Build";

    text-decoration: none;
    color: white;

    background-color: #6d5f51;
    color: #f7eedd;
    padding: 0.25em 0.5em;


    border-radius: 10px;

	z-index: 99;
}

.bbutton:hover {
    opacity: 1;
    box-shadow: 0 0 25px rgba(0, 0, 0, .25);
}

.button-container {
    width: 100%;

    display: flex;
    justify-content: center;
    gap: 1em;
}
