.songinfo {
    margin-top: 0.4%;
    display: block;
}

.songinfo:hover {
    cursor: pointer;
}

.songinfoPhone {
    display: none;
}

.startingText {
    position: absolute;
    margin-top: 10%;
    text-decoration: none;
    font-family: 'Unbounded', cursive;
    font-size: 250%;
}

.imageAv {
    max-width: 60%;
}

.overlay {
    text-shadow: 0 0 15px #ffffff;
    z-index: 10;
    background-color: black;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 1920px 1080px;
    background-position: center;
}


@media (min-width: 320px) and (max-width: 999px) {
    .songinfo {
        display: none;
    }

    .imageAv {
        max-width: 45%;
    }

    .startingText {
        margin-top: -30%;
        font-size: 150%;
    }

    .songinfoPhone {
        display: block;
        font-size: 20px;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.356);
        text-decoration: underline;
        margin-left: 15%;
        cursor: pointer;
        width: 70%;
        font-family: 'Unbounded', cursive;
    }
}



.Kahramanistklein {
    font-size: 20px;
    margin-top: 10%;
    background-color: red;
    width: 500px;
    height: 200px;
}


*,
* ::after,
* ::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}


body {
    background: #111
}

#overlay-toggle {
    position: absolute;
    display: none
}

.debold {
    font-weight: 400
}

.socials {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}


.overlay label {
    display: grid;
    place-items: center;
    width: 100vw;
    height: 100vw;
    color: #fff;
    font-size: 2rem
}

.no-hover {
    display: block
}

.hover {
    display: none
}

.fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100vh;
    min-width: 100vw
}

.text-content {
    background: transparent;
    display: grid;
    place-content: center;
    text-align: center;
    color: #fff
}

.text-content h1 {
    font-size: 3rem;
    font-weight: 800
}

.text-content p {
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 31px;
    padding-left: 10px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 0;
    color: silver;
    display: flex
}

.text-content a {
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 31px;
    padding-left: 10px;
    font-size: 1.3rem;
    line-height: 0;
    color: #ccc;
    display: flex
}

#overlay-toggle:checked~.overlay {
    animation-fill-mode: forwards;
    animation-name: fade, hide;
    animation-delay: 0s, 600ms;
    animation-duration: 600ms, 1ms
}

#overlay-toggle:checked~.overlay label {
    animation-fill-mode: forwards;
    animation-name: fade;
    animation-delay: 0s;
    animation-duration: 500ms
}

@media (hover: hover) {
    .hover {
        display: block
    }

    .no-hover {
        display: none
    }
}

@keyframes fade {
    to {
        opacity: 0
    }
}

@keyframes hide {
    to {
        visibility: hidden
    }
}

body {
    background: #000;
}

h1 {
    text-align: center;
    margin-top: 5%;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
    font-size: 72px;
    color: #fff;
}

p {
    text-align: center;
    color: #ababaa;
}

a:link {
    font-size: 105%;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #dfdfdf;
}

a {
    color: #dfdfdf;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

a:hover {
    color: #fff;
    text-shadow: 0px 0px 30px #fff;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all ease-in 250ms;
}