* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #0a0422;
    color: white;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.navbar {
    height: 4rem;
    margin-top: 1rem;
    margin-bottom: 20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 3px;
}

.navbar img {
    height: 4rem;
    width: auto;
}

.header {
    text-align: center;
    margin-bottom: 16rem;
    letter-spacing: 4px;
    font-size: 24px;
    position: relative;
}

.header img {
    margin-bottom: 1rem;
}

.header p {
    max-width: 600px;
    margin: 0 auto;
}

.small_square {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #00edbf;
    position: absolute;
}

.medium_square {
    width: 1rem;
    height: 1rem;
    background-color: #00edbf;
    position: absolute;
}

.big_square {
    width: 2rem;
    height: 2rem;
    background-color: #00edbf;
    position: absolute;
}

.main {
    display: flex;
    justify-content: center;
    margin-bottom: 12rem;
}

.main img {
    height: 500px;
    width: auto;
}

.sfinks_container {
    background-color: #09102a;
    padding: 2.5rem;
    clip-path: polygon(0 0, 99% 5%, 97% 96%, 6% 100%);
}

.tama_container {
    background-color: #09102a;
    padding: 2.5rem;
    clip-path: polygon(2% 4%, 100% 2%, 100% 100%, 0 96%);
}

.rights {
    text-transform: uppercase;
    text-align: center;
    margin: 1rem 0 3rem 0;
    position: relative;
}

.rights p:first-child {
    color: #00edbf;
}

a {
    text-decoration: none;
    color: white;
}

.info img {
    height: 100px;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    text-align: end;
    letter-spacing: 1px;
    font-weight: 500;
}