
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* color-scheme: light dark; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    hanging-punctuation: first allow-end last;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;  
}

img,
picture {
    max-width: 100%;
    display: block;
}

body {
    background: url(/img/mobilebkg.jpg) center top / min(50%, 200px);
}

.content {
    background-color: hsla(0, 0%, 100%, 80%);
    padding: 1px 1em 1em 1em;
}

.content-wrapper {
    max-width: 500px;
    margin: 0 auto;
    height: calc(100vh - 25dvh);
}

.main-buttons {
    width: 100%;
    padding: 1em;
}

.main-buttons .button {
    width: calc(50% + 6px);
    text-align: center;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 1.61em;
    margin-bottom: 0.62em;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.55em; 
}

h3 {
    font-size: 0.96em;
}

li {
    margin-bottom: 0.62em;
}

a {
    color: #ff00ff;
    font-weight: bold;
    text-shadow: #ffff00 2px 2px 2px, #ffff00 -2px 2px 2px, #ffff00 2px -2px 2px, #ffff00 -2px -2px 2px;  
}

a:hover, a:active, a:focus-visible  {
    color: #ffff00;
    font-weight: bold;
    text-shadow:  #ff00ff 2px 2px 2px, #ff00ff -2px 2px 2px, #ff00ff 2px -2px 2px, #ff00ff -2px -2px 2px;
    outline: none;
}

.hearts {
    color: #ff0000;
    text-shadow: #ff0000 0 0 1px;
}