/* @media screen and (max-width: 70em) {
    body {
        background-color: blue;
        font-size: 2em;
    }

    button {
        font-size: 1em;
    }

    input {
        font-size: 1em;
    }

    textarea {
        font-size: 1em;
    }
} */

body {
    font-family: sans-serif;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

p {
    word-wrap: break-word;
}

a:link {
    color: #55ffff;
}

a:visited {
    color: #ff55ff;
}

textarea {
    width: 100%;
    resize: none;
    box-sizing: border-box;
    font-family: sans-serif;
}

.placeholder {
    color: black;
}

.container {
    width: 60ch;
    max-width: 100%;
}

.signin-container {
    display: flex;
    flex-flow: column wrap;
    max-width: 50em;
}

.navigation {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 2px;
}

.navigation a {
    border: 2px #222222 solid;
    padding: 25%;
    background-color: #55ffff;
    color: #000000;
}

.shiteHeading {
    display: flex;
    justify-content: space-between;
}

.shite {
    border-color: #222222;
    border-width: 2px;
    border-style: solid;
    padding: 1%;
}

.top-nav {
    display: flex;
}

.top-nav a {
    flex: 1 1 auto;
    padding: 1%;
    border-width: 2px;
    border-style: solid;
    border-color: #222222;
}

input + span {
    padding-right: 30px;
}

input:invalid + span::after {
    position: absolute;
    content: "✖";
    padding-left: 5px;
}

input:valid + span::after {
    position: absolute;
    content: "✓";
    padding-left: 5px;
}

button {
    font-size: 1em;
}

.chigau {
    font-size: 5em;
    margin: auto;
}

.liam_neeson {
    font-size: 5em;
    margin: auto;
}
