.Scroll-Content2 {
    position: absolute;
    bottom: -175%;
    left: 0%;

    width: 100%;
    height: 75%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(42, 42, 42, 0.4);
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
    backdrop-filter: blur(6px);
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #515151 100%) 1;
}

.fade-element {
    opacity: 0;
    transition: opacity 0.5s ease;
}


.mascot img {
    position: absolute;
    width: 19vw;
    height: auto;

    bottom: 10%;
    right: 0%;

    margin-left: auto;
    margin-right: auto;

    border-radius: 150px;
    cursor: pointer;

    transition: transform 0.15s ease;
}

.mascot img.active {
    transform: scale(0.9);
}

.mascot img.pop {
    transform: scale(1.2);
}


.Content-Wrapper {
    position: absolute;
    top: 0%;
    left: 0%;

    width: 85%;
    height: 100%;

    display: flex;
    justify-content: right;
    align-items: center;
}

.Content-Wrapper .content-image {
    position: relative;
    width: 60%;
    height: 75%;

    margin-left: 2vw;
    margin-top: 5%;
    margin-right: auto;
    margin-bottom: auto;

    border-radius: 100px;
    transition: 0.2s ease;
}

.content-image img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    border-radius: 60px;
}

.Content-Wrapper .content-text {
    position: absolute;
    width: 30%;
    height: 60%;

    right: 4%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    border-radius: 20px;

    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 30px;
    backdrop-filter: blur(6px);
}

.content-text .title {
    font-family: "Teko", sans-serif;
    font-style: normal;
    font-size: 2vw;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9),
        0 0 20px rgba(255, 255, 255, 0.8);
}

.content-text p {
    font-family: "Teko", sans-serif;
    font-style: normal;
    font-size: 1.5vw;
    padding: 5%;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9),
        0 0 20px rgba(255, 255, 255, 0.8);
}

.content-text .signature {
    font-family: "Teko", sans-serif;
    font-style: normal;
    font-size: 1.2vw;
    padding: 5%;
    color: #6f00ff;
    text-shadow: 0 0 10px rgba(123, 0, 255, 0.8),
        0 0 20px rgba(123, 0, 255, 0.8);
}
