﻿@font-face {
            font-family: 'Angeme';
            src: url('../../fonts/Angeme.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'DS Goose';
            src: url('../../fonts/DS Goose.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'Buba';
            src: url('../../fonts/Buba.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'Toyz';
            src: url('../../fonts/Toyz.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'Nunito Bold';
            src: url('../../fonts/Nunito Bold.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'Nunito';
            src: url('../../fonts/Nunito.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'crooker';
            src: url('../../fonts/crooker.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
@font-face {
            font-family: 'Itim';
            src: url('../../fonts/Itim.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }
body {
    margin: 0;
    font-family: 'Angeme';
	background: url('../../fon.webp') no-repeat center center fixed;
    background-size: cover;
    }
.header {
    display: flex;
    align-items: center;
	background-color: rgba(3, 25, 13);
    color: white;
	box-shadow: 0 5px 20px rgba(255, 255, 255, 0.5);
    }
.header h1 {
    font-family: 'Buba';
	font-size: 2em;
    margin: 0;
	margin-left: 20px;
	text-align: center;
	}
.main {
    display: flex;
    justify-content: space-between;
    }
