@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Quattrocento:700');
@import url('http://fonts.googleapis.com/css?family=Luckiest+Guy');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet');

body {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(to bottom, #2387ca, #06135f);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #333;
    transition: color 0.6s, background-color 0.6s;
}

h1, h2 {
    text-align: center;
    font-family: 'Quattrocento', sans-serif;
    margin: 0;
}

h1 {
    font-size: 36px;
    font-family: Luckiest Guy;
    color: #3A3A3A;
    
}

h2 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0f1069;
}

.header {
    padding: 1em 0;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 3px solid #091631;
    border-radius: 15px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.buttom {
    font-size: 14pt;
    text-align: center;
    color: #505050;
    max-width: 350px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 3px solid #091c6e;
    border-radius: 15px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.switched .container {
    transition: background-color 0.6s;
}

p {
    font-size: 13pt;
    color: #333;
    line-height: 1.5em;
    text-align:center;
}

a {
    font-weight: 700;
    color: #09236d;
    font-family: Source Code Pro;
    transition: color 0.6s;
    text-decoration: none;
    text-align: center;
}

a:hover {
    color: #3D3D3D;
    transition: color 0.1s;
}

strong {
    color: #333;
    font-weight: bold;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.choice {
    text-align: center;
    line-height: 1.7em;
}

.choice a {
    font-size: 15pt;
    color: #0a2bbd;
}

.end {
    text-align: center;
    font-weight: bold;
    color: #333;
    padding: 20px;
}

#controls {
    z-index: 3;
    font-size: 10pt;
    text-align: center;
    position: sticky;
    max-width: 150px;
    right: 10px;
    left: 10px;
    top: 10px;
    user-select: none;
    background: #fff;
    transition: color 0.6s, background 0.6s;
    border: 3px solid #091631;
    border-radius: 5px;
}

#controls [disabled] {
    color: #ccc;
}

#controls>*:not(:last-child):after {
    content: " | ";
}

.water {
    font-weight: bold;
    color: #1c92ff;
}

.food {
    font-weight: bold;
    color: #ff9900;
}

.slime {
    font-weight: bold;
    color: #00b718;
}

.chosen-choice {
    font-style: italic;
    font-size: 13pt;
}

.pain {
    font-weight: bold;
    color: red;
}

.black {
    font-weight: bold;
    color: black;
    font-size: 25pt;
}

.strip {
    font-weight: bold;
    color: #f542e3;
}

.kiss {
    font-weight: bold;
    color: hotpink;
}

.green {
    font-weight: bold;
    color: green;
}

.blue {
    font-weight: bold;
    color: blue;
}

.pink {
    font-weight: bold;
    color: deeppink;
}

.mud {
    font-weight: bold;
    color: goldenrod;
}

.yellow {
    font-weight: bold;
    color: gold;
}

.red {
    font-weight: bold;
    color: red;
    font-size: 25pt;
}

.white {
    font-weight: bold;
    color: white;
}
