body {
    background-color: #38004b;
    margin-bottom: 3em;
    font-family: dejavu, monospace;
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    width: 100%;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    width: calc(100% - 20px);
    margin: 10px;
    display: inline;
    justify-content: center;
    align-items: center;
}

.logo {
    max-width: 128px;
    align-self: center;
    display: block;
    margin: auto;
}

.title {
    align-self: center;
    text-align: center;
    margin-top: 72px;
    margin-bottom: 22px;
}

.title a:link, .title a:visited {
    color: rgb(193,245,255);
    text-decoration: underline;
    font-family: Courier New;
}

.sub-title {
    align-self: center;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 72px;
    /*padding-bottom: 18px;*/
    color: rgb(193,245,255);
}

.title-container {
    padding: 24px;
    align-content: center;
    align-items: center;
    background-color: rgb(38,38,38);
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: rgb(52,0,63);
    box-sizing: border-box;
    margin-bottom: 48px;
}

.intro-line1 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.intro-line2 {
    margin-top: 0px;
}

.download-links {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(51,229,253);
    border-radius: 10px;
    background-color: rgb(0,203,230);
    padding: 12px;
    transition: transform .2s ease-in-out;
    background-size: 200% 200%;
}

.download-links:hover {
    background-image: linear-gradient(45deg, rgb(51,229,253), rgb(255,115,245));
    border-style: none;
    animation: gradientScroll 3s infinite linear;
    transform: scale(1.06);
}

@keyframes gradientScroll {
    0% {
        background-position: 100% 0%;
    }
    50% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 100% 0%;
    }
}

.product-container {
    background-color: rgb(36,0,44);
    padding: 36px;
    margin: 10px;
    margin-bottom: 10px;
    display: block;
    border-style: solid;
    border-width: 4px;
    border-radius: 18px;
    border-color: rgb(52,0,63);
}

.product {
    padding: 36px;
}

.product-title {
    margin-top: 25px;
}

.product-name {
    margin-top: 25px;
    color: rgb(193,245,255);
}

.dls {
    color: rgb(143,236,254);
}

.info-text {
    font-size: 12px;
}

li {
    margin: 10px 0;
}

code {
    color: rgb(210, 210, 210);
    font-family: Consolas, monospace;
    background-color: rgb(65, 65, 65);
}

a:link, a:visited {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.logo-links-container {
    margin-top: 36px;
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
