body {
    background: linear-gradient(
        90deg,
        rgba(0, 119, 255, 1) 0%,
        rgba(15, 21, 148, 1) 100%
    );
    color: white;
    overflow: hidden;
}

a {
    color: white;
}

#title {
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

#jellyfin {
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #002171;
}

#matrix {
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    background: #226191;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-img {
    width: 25vw;
    margin: 25px;
}

.server-name {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    margin: 20px;
}

.server-url {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    margin: 5px;
}
