* {
    border-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
    font-family: serif;
    background-color: white;
    color: black;
    font-size: 21px;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 0.5px;
    -moz-text-stroke: 0.5px;
    text-stroke: 0.5px;
    line-height: 1.22;
}

div.container, div.container2 {
    display: none;
    background-color: black;
    color: white;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.red {
    color: red;
}

div.box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

div.left {
    width: 30vw;
    margin: 10px 10px 10px 10px;
    padding: 10px;
}

div.right {
    width: 70vw;
    margin: 10px 10px 10px 0;
    padding: 10px;
}

div.full {
    width: 98.5%;
    margin: 10px 20px 0 10px;
    padding: 10px;
}

img {
    width: 100%;
    mix-blend-mode: multiply;
}

textarea {
    width: 100%;
    height: 400px;
    border: 2px solid black;
    font-family: serif;
    color: black;
    font-size: 21px;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 0.5px;
    -moz-text-stroke: 0.5px;
    text-stroke: 0.5px;
    line-height: 1.22;
    outline: none;
    padding: 10px;
    background-color: white;
}

.nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.underline {
    border-bottom: 2px solid black;
}

.timer-1, .timer-2, .timer-3, .timer-4 {
    color: red;
}

.nav .start-1, .nav .timer-1, .nav .start-2, .nav .timer-2, .nav .start-3, .nav .timer-3, .nav .start-4, .nav .timer-4 {
    flex: 1;
}

.start-1, .start-2, .start-3, .start-4, .end {
    cursor: pointer;
}

.nav .timer-1, .nav .timer-2, .nav .timer-3, .nav .timer-4 {
    text-align: right;
}

.start-2, .start-3, .start-4, .end, .title-1, .title-2, .title-3, .title-4, .text-1, .text-2, .text-3, .text-4, .timer-1, .timer-2, .timer-3, .timer-4, .img-1, .img-2, .img-3, .img-4 {
    display: none;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
    border-bottom: 2px solid black;
    cursor: auto;
}

a:link:active, a:visited:active {
    color: black;
    text-decoration: none;
    border-bottom: 2px solid black;
    cursor: auto;
}

.final-message {
    text-align: right;
    display: none;
}

.thanks {
cursor: pointer;
}

.spacer, .original {
    display: none;
}

.mobile {
    display: none;
    margin: 10px 10px 10px 10px;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

}
