.intro .name1 {
    width: 100%;
    opacity: 1;
    filter: drop-shadow(2px 4px 6px #00000073);
}

.intro {
    position: absolute;
    top: 18vh;
    right: 9%;
    width: 75%;
}

@media (min-height: 890px) {
    .intro {
        width: 72%;
        right: 9%;
        top: 20vh;
    }
}

@keyframes header-bg-starter {
    0% {
        background: rgb(0, 41, 29)
    }

    100% {
        background: #00382e;
    }
}

@keyframes header-background-brightness {

    0%,
    100% {
        background: #101f00;
    }

    50% {
        background: #000;
    }
}