@font-face {
	font-family: 'TheWildBreathOfZelda';
	src: url('fonts/The Wild Breath of Zelda.otf') format('opentype');
}

body {
    background-color: #228B22;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'TheWildBreathOfZelda', Arial, sans-serif;
    height: 100vh;
    margin: 0;
    padding: 20px;
}

canvas {
    border: 3px solid #1a1a1a;
    border-radius: 8px;
    width: 550px;
    height: 400px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.4);
    background-color: #1a1a1a;
}

h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}