@font-face {
    font-family: Forced Square;
    src: url("FORCED SQUARE.ttf");
}

body {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Forced Square;
    font-size: 24px;
    color: white;
}

h1 {
    position: absolute;
    top: 100px;
    left: 33%;
    display: flex;
    font-family: Forced Square;
    font-size: 36px;
    color: white;
    text-align: center;
}

div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Forced Square;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    width: 375px;
    height: 30px;
    left: 33%;
}

#PlayBtn {
    position: absolute;
    top: 225px;
    border: 1px solid white;
    text-decoration: none;
    background-color: darkgreen;
    color: white;
    text-align: center;
}

#HowToBtn {
    position: absolute;
    top: 275px;
    border: 1px solid white;
    text-decoration: none;
    background-color: darkgreen;
    color: white;
    text-align: center;
}

#CreditsBtn {
    position: absolute;
    top: 325px;
    border: 1px solid white;
    text-decoration: none;
    background-color: darkgreen;
    color: white;
    text-align: center;
}

#ReturnBtn {
    position: absolute;
    top: 500px;
    border: 1px solid white;
    text-decoration: none;
    background-color: darkgreen;
    color: white;
    text-align: center;
}

a {
	text-decoration: none;
}