@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,html {
    width: auto;
    height: 100%;
    background-color: #151515 !important;
    background-image:url('bg.png')!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    font-family: 'Poppins', sans-serif!important;

}

.hersey{
    text-shadow: black 0px 0px 50px!important;

}

h1 {
    animation: h1 2s ease;
    line-height: 75px;
    margin-left: 7%;
    color: #eeeeee!important;
    text-align: left!important;
    position: relative!important;
    top: 200px!important;
    font-size: 79px!important;
}

.yakinda {
    color: rgb(255, 74, 180)!important;
}

h2 {
    animation: h2 3s ease;
    margin-left: 7%;
    color: #cfcfcf!important;
    text-align: left!important;
    position: relative!important;
    font-size: 18px!important;
    top: 190px!important;
    font-weight: 300!important;
    filter: drop-shadow(0px 0px 15px #000000)!important;
}

img {
    filter: drop-shadow(0px 0px 15px #00000075)!important;
    position: relative!important;
    top: 30px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

a {
    color: rgb(255, 39, 129);
}

.footer {
    position: relative;
    top: 800px;
    padding-top: 140px;
    width: 100%;
    height: 100px;
    text-align: center;
    color: #666666;
}

@keyframes h1 {
    0% {
        opacity: 0;
        margin-left: 0%;
    }
    100% {
        opacity: 1;
        margin-left: 7%;
    }
}

@keyframes h2 {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;

        }
        100% {
            opacity: 1;

        }
    }