html{
    scroll-behavior: smooth;
}

body {
    background-color: #0C0C0C;
    animation: transitionIn 3000ms;
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: rotateX(-17deg);
    }
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: rotateX(-17deg);
    }
}

.headeranimation {
    background-color: #0C0C0C;
    border-radius: 0px;
    border-width: 3000000px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    color: #ffffff;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.top{
    text-decoration: none;
    color: #ffffff;
}

.name{ 
    border-radius: 8px;
    padding: 10px 20px;
    animation: rotateHorizontal 2s ease-in-out;
}

@keyframes rotateHorizontal {
    0% {
        transform: translateY(-75px);
    }

    100%{
        transform: translateY(0px);
    }
}

.tabbuttons{    
    display: flex;
    justify-content: center;
    overflow: hidden;
    gap: 10px;
}

.tabbuttons button {
    cursor: pointer;
    padding: 20px 40px;
    border-radius: 8px;
    font-size: medium;
    background-color: #313131;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: white;
}

.pagetabs {
    border: none;
}

.pagetabs:focus {
    background-color: #ff073a;
    transition: color 0.9s ease;
}

@keyframes fill {
    0% {
        background-color: #202020;
    }

    100% {
        background-color: #ff073a;
    }
}

.sin {
    cursor: default;
    transition: 0.3s ease-in-out;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    border-radius: 8px;
}

.hyperlinks {
    display: flex;
    align-items: center;
}

.hyperlinks img {
    height: 38px;
    margin-right: 30px;
    gap: 30px;
    object-fit: cover;
}

.streamTab {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.spotify:hover {
    transform: scale(1.3);
    transition: 0.3s ease-in-out;
}

.applemusic:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

#medialinks {
    margin-bottom: 80px;
}

.linkBubbleAM {
    transition: 0.3s ease-in-out;
    color: #ff073a;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

.linkBubbleAM a:visited {
    text-decoration: none;
    color: #ff073a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
}

.Tab {
    margin-top: 40px;
    text-align: center;
    color: azure;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 img {
    min-width: 300px;
    width: 40%;
}

.newimage img {
    min-width: 300px;
    width: 40%;
}