body {
    background-color: #000000;
    overflow: hidden;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;

    max-width: fit-content;
    margin: 0 auto;

    height: 100vh;

    @media screen and (max-width: 1200px) {
        gap: 0;
    }

    @media screen and (max-width: 768px) {
        flex-direction: column;
        justify-content: center;
    }
}

.flame {
    width: 512px;
    height: 512px;

    @media screen and (max-width: 1200px) {
        width: 320px;
        height: auto;
    }

    @media screen and (max-width: 768px) {
        width: 256px;
        height: auto;
    }
}

.logo {
    width: 666px;
    height: 380px;

    @media screen and (max-width: 1200px) {
        width: 444px;
        height: auto;
    }

    @media screen and (max-width: 768px) {
        width: 333px;
        height: auto;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0 0 0.5em;
    color: #fff;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 45px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

a {
    color: #117ea0;
}

a:hover {
    text-decoration: underline;
}

html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

*:focus {
    outline: none;
    box-shadow: none;
}

p {
    margin: 0 0 0.4em;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

li {
    list-style: none;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */
