* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #ffffff;
    background-color: #000;
    display: grid;
    place-content: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('/assets/bg.png');
    background-size: 15%;
}

.zgorblux__core {
    height: 100%;
    aspect-ratio: 1.3/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right,
            #00FF00 0%,
            #00580A 1%,
            #00FF00 2%,
            #000000 5%,
            #000000 95%,
            #00FF00 98%,
            #00580A 99%,
            #00FF00 100%);
}

.zgorblux__header {
    height: 20%;
    width: 91%;
    border-bottom: 32px solid #00FF00;
    border-image: url('/assets/border.png') 30;
    display: flex;
    align-items: flex-start;
    padding: 0 2%;
    padding-top: 1%;
    gap: 2%;
    justify-content: flex-start;
}

.zgorblux__logo {
    height: 100%;
    filter: drop-shadow(0 0 8px #00ff00);
    margin-right: 2%;
}

.zgorblux__header-link {
    height: 82%;
    transform: translateY(11%);
}

.zgorblux__planet {
    height: 100%;
    width: 100%;
}

.zgorblux__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80%;
}

.zgorblux__video {
    width: 80%;
}

.zgorblux__news {
    width: 38%;
}