body {
    margin: 10px;
    background-image: linear-gradient(#777797, #3e5191);
    background-size: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#front {
    background-image: linear-gradient(rgb(63, 76, 112), rgb(173, 184, 218));
    border-radius: 7px;

    box-shadow: 0px 10px 10px rgba(8, 8, 8, 0.226);
    
    overflow: hidden;
}

.main {
    margin-top: 0%;
    margin-bottom: 7px;

}

div.footer {
    width: 100%;
}

spline-viewer {
    align-items: center;

    overflow: hidden;

    max-height: min-content;
    width: 150%;
}