body {
    background-color: #1e2124;
}

nav {
    background-color: #282b30;
}

#H_Card {
    background-color: #282b30;
}

#H_Card:hover {
    background-color: #36393e;
}

#H_Card_Aniw {
    background-color: #282b30;
}

hr {
    background-color: #424549;
}

#Pop_Alert {
    background-color: #282b30;
}

#Pop_Alert:hover {
    background-color: #36393e;
}

#Pop_Alert1 {
    background-color: #424549;
}

#image {
    width: 200px;
    height: 280px;
}

#Button_Aniw {
    background-color: #424549;
}

#Button_Aniw:hover {
    background-color: #36393e;
}

#Main_Body {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

#Main_Body:before {
    content: "";
    position: absolute;
    background: url(Images/Pfp\ Logo.jpeg);
    background-size: cover;
    height: 100%;
    z-index: -1000;
    height: 20%;
    width: 20%;

    transform: scale(5);
    transform-origin: top left;
    filter: blur(2px);
}

/* width */
::-webkit-scrollbar {
    width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #282b30;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #36393e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #424549;
}

.textBreak {
    text-align: center;
    width: 200px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #cbcbcb;
    text-overflow: ellipsis;
}
.textBreak:hover {
    color: #ffffff;

}

#fableImage {
    width: 120%;
    height: auto;
}