html {
    height: 100%;
}

body {
    font-family: Turnkey, sans-serif;
    font-size: 20px;
    color: #222222;
    background: url("Texture.png"), no-repeat bottom right / 35% url("Halftone.png"), #FEF9E8;
}
.container {
    margin: 16px auto 0 auto;
    width: 70%;
    height: 100%;
}

h1 {
    color: #0000FF;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    font-feature-settings: 'ss01' on;
}

h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #0000FF;
}

strong {
    font-weight: 600;
}

p {
    font-size: 18px;
}

a {
    color: #0000FF;
}

a::after {
    content: ' ↗';
}

#bootcamp {
    background: url("Texture.png"), #E5E5FF;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: solid #FFFFFF 2px;
}

#bootcamp .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bootcamp h2 {
    font-feature-settings: 'ss01' on;
}

#bootcamp h4 {
    color: #222222;
    opacity: 75%;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}

.left-container {
    display: flex;
    align-items: center;
    margin-left: -96px;
}

#bootcamp a {
    text-decoration: none;
    margin-right: 16px;
    line-height: 120%;
}

#bootcamp a::after {
    content: '';
}

header {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.generator {
    margin-top: 120px;
}

.generator .container {
    width: 50%;
}

.generator .desc {
    opacity: 75%;
    margin: 28px 0;
    font-size: 22px;
}

.generator a::after {
    content: '';
}

span {
    font-weight: 700;
    color: #0000FF;
}

button {
    font-size: 20px;
    font-family: Turnkey, sans-serif;
    font-weight: 600;
    line-height: 32px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 4%;

    background: url("Texture.png"), #E5E5FF;
    padding: 8px 24px 8px 24px;
    border-radius: 200px;
    border-style: none;

    cursor: pointer;
    touch-action: manipulation;
    transition: all 100ms;
}

button:hover {
    background: url("Texture.png"), #D8D8FF;
    outline: solid #FEF9E8 2px;
    box-shadow: 0 0 0 6px #E5E5FF;
}

button:active {
    background: url("Texture.png"), #BFBFFF;
}

button:focus {
    outline: solid #FEF9E8 2px;
    box-shadow: 0 0 0 4px #0000FF;
}

#regenerate {
    margin-left: 40px;
}

#screensList {
    background: url("Texture.png"), #FFFFFF;
    padding: 12px 24px;
}

#screensList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
    border-radius: 8px;
    border: solid #E5E5FF 2px;
}

#screensList dt {
    min-width: 100%;
    margin-bottom: 8px;
}

#screensList h2 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #0000FF;
}

#screensList .screen {
    max-width: 15%;
}

.screen {
    text-align: center;
}

.screen img {
    /* width: 100%; */
    height: 160px;
    background-color: #E5E5FF;
    margin-bottom: 4px;
    border-radius: 4px;
    border: 1px solid #D8D8FF;
    margin: 0 auto;
}

.screen h4 {
    font-weight: 600;
    margin-bottom: -8px;
}

.screen a {
    font-size: 14px;
}

#appsList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    margin: -8px;
}

#appsList li {
    border-radius: 8px;
    list-style: none;
    background: url("Texture.png"), #FFFFFF;
    width: 100%;
    border-radius: 8px;
    border: solid #E5E5FF 2px;
    font-size: 16px;
    padding: 12px 20px;
    margin: 8px;
}

#appsList li h4, #appsList li p {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

#appsList li h4 {
    color: #0000FF;
}

#appsList li h3 {
    font-size: 18px;
}
#appsList li a {
    display: block;
}

#appsList li p {
    opacity: 75%;
}


.appListItem:last-of-type {
    margin-top: 8px;
}