:root {
    cursor: default;
    line-height: 1.5;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    font-family: system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif;
    font-weight: bold;
}

body {
    margin: 0;
    background-color: #ffed00;
    color: #e5007d;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content {
    padding: 1rem;
}

.content p {
    margin: 0;
}

.content .second {
    margin-top: 1rem;
    text-align: right;
}

.keep {
    display: inline-block;
}

footer {
    background-color: #fff;
    color: #009ee3;
}

footer p {
    margin: 1rem;
    float: left;
}

footer .links {
    float: right;
}

footer a, footer a:link, footer a:visited {
    color: #009ee3;
    text-decoration: none;
}

footer a:hover, footer a:active, footer a:focus {
    color: #007ab0;
    text-decoration: none;
}

@media screen and (min-width: 320px) {
    .content {
        padding: 1rem 20%;
    }
}

@media screen and (min-width: 769px) {
    .content p {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1025px) {
    .content p {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1401px) {
    .content p {
        font-size: 4rem;
    }
}
