* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #161b1f;
    color: #fff;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    pointer-events: none;
    z-index: 999;
}

.site {
    display: grid;
    min-height: 100vh;
    color: #fff;
    font-size: 0.88rem;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease;
    margin-top: -4.613rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #161b1f;
    color: #fff;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, transparent 0%, transparent 100%);
    pointer-events: none;
    z-index: 999;
}

.site {
    display: grid;
    min-height: 100vh;
    color: #fff;
    font-size: 0.88rem;
    font-family: Poppins, sans-serif;
    transition: all 0.3s ease;
    margin-top: -4.613rem;
}

.content-wrapper {
    max-width: 73.75rem;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.block {
    background-color: #21292f;
    border: 2px solid #13171a;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.dark-block {
    background-color: #1b2127;
    border: 2px solid #13171a;
    border-radius: 1rem;
    padding: 2rem;
}

.block {
    background-color: #21292f;
    border: 2px solid #13171a;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.dark-block {
    background-color: #1b2127;
    border: 2px solid #13171a;
    border-radius: 1rem;
    padding: 2rem;
}