@font-face {
    font-family: "1942";
    src: url("/assets/fonts/1942.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ByteBounce";
    src: url("/assets/fonts/ByteBounce.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kyiv Machine";
    src: url("/assets/fonts/KyivMachine-nR0aM.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

body {
    background: linear-gradient(to right, #9d0c0c, #0b3289, #026403);
}

h1, h2, h3 {
    margin: 0;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header h1 {
    font-family: "1942", sans-serif;
    color: white;
    margin: 0;
    padding: 20px;
    font-size: 2.5rem;
}

.go_home {
    padding: 0;
    margin-top: 10px;
}

.header .star1 {
    width: 100px;
    padding: 0;
    margin: 0;
    transform: translateY(-30%);
}

.header .star2 {
    width: 60px;
    padding: 0;
    margin: 0;
    transform: translateX(-80%) translateY(-60%);
}
