html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-size: 100%;
    color-scheme: light dark;
}
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica,
        Arial, sans-serif;
}
.container {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

a {
    background-color: transparent;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

img {
    border: 0;
    width: 150px;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
    text-transform: none;
    overflow: visible;
}
.button {
    margin-bottom: 1rem;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


a:link,
a:visited,
a:active {
    color: white;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.copyright {
    width: 100%;
    color: rgb(90, 90, 90);
    line-height: 40px;
    font-size: 0.7em;
    text-align: center;
    bottom: 0;
    opacity: 0.35;
}
.copyright a {
    color: rgb(90, 90, 90);
    font-weight: bold;
}


a:hover {
    color: lime;
    text-decoration: none;
    outline: 0;
    scale: 1.025;
}