body {
    background-color: rgb(40, 40, 46);
}

#LogoPlace {
    width: 100%;
    height: fit-content;
    background-color: rgb(28, 29, 33);
    border-bottom: 1px solid;
    border-color: rgb(64, 64, 67);
    margin-bottom: 35px;
}

#LogoPlace #Logo {
    width: 198px;
    height: 109px;
    align-self: left;
}

#NikkeDataSector {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#NikkeDataSector #NikkeProfileBox {
    width: 70%;
}

#NikkeStand {
    border: 2px solid;
    border-color: white;
    border-radius: 10px;
    width: fit-content;
    height: fit-content;
}

#NikkeNameR {
    width: auto;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    margin: 0px;
    color: white;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
    background-color: #31a9fc;
    text-align: center;
    box-sizing: border-box;
    border-color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#NikkeNameSR {
    width: auto;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    margin: 0px;
    color: white;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
    background-color: #b96fe4;
    text-align: center;
    box-sizing: border-box;
    border-color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#NikkeNameSSR {
    width: auto;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    margin: 0px;
    color: white;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
    background-color: #e8ca5b;
    text-align: center;
    box-sizing: border-box;
    border-color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#ProfileDisplaySector {
    display: flex;
}

#StandImgBackground {
    position: relative;
    max-width: 400px;
    overflow: hidden;
    min-width: 360px;
    width: fit-content;
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: rgb(28, 29, 33);
    border-color: white;
    border-radius: 10px;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

#NikkeStandImg {
    box-sizing: border-box;
    max-height: 840px;
    height: auto;
    width: auto;
    background-color: rgb(28, 29, 33);
}

#NikkeAttribute {
    position: absolute;
    right: 7%;
    top: 3%;
    display: flex;
    flex-direction: column;
}

#NikkeAttribute>img {
    margin-bottom: 20px;
    filter: drop-shadow(0 0 8px);
    transform: scale(1.1);
}


#ProfileDisplaySector .Blank {
    width: 10%;
}

#SkillInfoSector {
    width: 100%;
    max-height: 100%;
}

#NikkeDetails {
    width: 100%;
    margin: 10px;
    border: 1px solid;
    border-color: rgb(76, 77, 83);
    border-radius: 10px;
    background-color: rgb(28, 29, 33);
    height: 20%;
    box-sizing: border-box;
}

#SkillInfoSector .Skill {
    display: flex;
    width: 100%;
    margin: 10px;
    min-height: 25%;
    max-height: 25%;
    border: 1px solid;
    border-color: rgb(76, 77, 83);
    border-radius: 10px;
    background-color: rgb(28, 29, 33);
    box-sizing: border-box;
}


.SkillType {
    margin: 0px;
    width: 15%;
    text-align: center;
    align-content: center;
    border-right: 1px solid;
    border-color: rgb(76, 77, 83);
    color: white;
}

.SkillInfo {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.SkillName {
    min-width: 50%;
    width: 100%;
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 10px 10px;
    align-content: center;
    border-bottom: 1px solid;
    border-color: rgb(76, 77, 83);
    color: white;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
}

.SkillEffect {
    overflow: auto;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    align-content: center;
    color: white;
}