    html {
        font-size: 28px;
	font-family: times;
	background-color: ivory;
    }

    input {
        font-family: times;
    }

    body {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: top;
        align-items: center;
    }

    .wordinput, #target {
        text-transform: uppercase;
        font-weight: bold;
	font-size: 24px;
    }

	#l2, #l3, #l4, #l5, #l6, #l7, #l8 {
		text-align: center;
	}

	button {
		font-size: 24px;
		font-family: times;
	}

    #singles {
        display: none;
    }

	#score {
        display: none;
		font-size: 18px;
        color: blue;
	}

    #bunnies {
        display: inline-block;
        text-align: center;
        max-width: 500px;
        margin-top: 40px;
    }

    #gamename {
        font-size: 28px;
        color: blue;
    }

    #findbunnies {
        color: brown;
    }

    #target  {
		color: green;
        font-size: 32px;
    }
	.y {
		color: green;
	}
	.n {
		color: red;
	}
	.u {
		color: orange;
	}

