@font-face {
    font-family: 'Pokemon Fire Red';
    src: url('../assets/font/fonts/pokemon_fire_red.ttf') format('truetype');
font-family: 'Pokemon Solid';
    src: url('../assets/font/fonts/Pokemon Hollow.ttf') format('truetype');
}
body {
    background-color: #fff;
    font-family: 'Pokemon Solid';
    color: #333;
    text-align: center;
    padding: 50px;
}
h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
#clock {
    font-size: 48px;
    margin-bottom: 20px;
}
#image-container img {
    width: 200px;
    height: 200px;
}
#poketitle{
    font-family: 'Pokemon Solid';
    font-size: 48px;
    color: #ff0000;
    text-shadow: 2px 2px 4px #000000;
}
#image-container {
    margin: 20px 0;
}
#clock {
font-size: 48px;
margin-bottom: 20px;
font-family: 'Pokemon Fire Red';
}
