.playground {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 720px;
}

.playground-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    z-index: 2;
}

.text_container {
    position: absolute;
    display: flex;
    width: 66.66%;
    max-width: 1280px;
    flex-direction: column;
    padding: 96px 0;
    gap: 8px;
}

.my_name {
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 72px;
}

.my_title {
    font-size: 42px;
    font-weight: 300;
}

.my_tagline {
    font-size: 32px;
    font-weight: 300;
    opacity: 0.4;
    padding-top: 48px;
}