﻿@font-face {
    font-family: 'Kirsty';
    src: url('fonts/kirsty rg.ttf') format('truetype');
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

h1 {
    margin-bottom: 20px;    
    font-family: Kirsty, sans-serif;
    color: #9E0008;
}

.center-image {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}

p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}
