html, 
body {
    margin: 0;
    color: white;
    font-family: 'Verdana';
    font-size: max(0.9vw, 0.9rem);
}

html {
    height: 100%;
    background-color: black;
}

body {
    min-height: 100%;
    position: relative;
}

h1 {
    text-align: center;
}

li {
    margin-bottom: 0.5rem;
}

a {
    color: white;
    border-color: white;
}

.title {
    width: max(30%, 17rem);
    height: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.fill-all {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.background {
    background: url("../images/final.jpg") no-repeat center center fixed;
    background-size: cover;
    filter: blur(0.5rem);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.column {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.5) 95%, rgba(0, 0, 0, 0) 100%);
    margin: 0 auto;
    padding: 0 5vw;
    height: fit-content;
    width: max(66vw, 19rem);
}

.content-section {
    padding: 1rem 0.5rem 0rem;
}

.content-section.splashscreen {
    padding: 1rem 0.5rem 5rem;
}

.content-section.img-links {
    padding: 0rem 0rem 1rem;
    display: flex;
    justify-content: center;
}

.content-section.stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stats-cell {
    display: inline-block;
    text-align: center;
    min-width: 7rem;
}

.stats-icon {
    filter: invert();
    margin: 1.5rem 0rem 0.5rem;
    width: 3rem;
    height: 3rem;
}

.stats-text {
    font-size: 25px;
    margin-top:5px;
}

.button {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.25rem 0.5rem;
    margin: 0rem 0rem 0rem 0.5rem;
    border: 1px solid;
    border-radius: 0.75rem;
}

.submission {
    border: 1px solid white;
}

.button:active,
.button:visited {
    color: white;
    border-color: white;
}

.feature-points {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-points.rev {
    flex-wrap: wrap-reverse;
}

.feature-points-item {
    border-top: 1px solid white;
    display: inline-block;
    width: max(49%, 19rem);
    max-width: 100%;
    margin-bottom: 2.5rem;
    padding-top: 0.5rem;
}

.feature-points-item.fill-img {
    border: 1px solid white;
    border-radius: 2px;
    padding: 0;
}

.feature-points-cell {
    border-top: 1px solid white;
    width: max(49%, 19rem);
    position: relative;
    margin-bottom: 2.5rem;
}

.img-slider-container {
    border: 1px solid white;
    width: max(49%, 19rem);
    position: relative;
    margin-bottom: 2.5rem;
}

.img-slider-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow:hidden;
}

.img-slider-img img {
    width: 100%;
    display: block;
}

.img-slider {
    position: absolute;
    z-index:1;
    cursor: ew-resize;
    width: 3px;
    height: 100%;
    background-color: white;
}
