@font-face {
    font-family: 'Merriweather';
    src: url('font/Merriweather-VariableFont_opsz,wdth,wght.woff2') format('woff2'),
         url('font/Merriweather-VariableFont_opsz,wdth,wght.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {cursor: url(ircursor.cur), auto;}

body.splash {font-family: 'Merriweather'; font-size: 10px; color: rgb(187,173,157); background: url(img/background.png); background-position:top left; background-repeat: no-repeat; background-color: rgb(000,000,000); display: flex; justify-content: center; align-items: center;height: 100%; margin: 0;}

div.body { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; min-height: 100dvh; min-height: 0;}
main.content {width: 800px; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
main.password {width: 800px; text-align: left;}

a {color: rgb(253,125,064); text-decoration: none}
a:visited {color: rgb(253,125,064); text-decoration: none}
a:hover {color: rgb(254,234,223); text-decoration: underline; cursor: url(ircursor.cur), auto;}
a:active {color: rgb(254,234,223); text-decoration: underline; cursor: url(ircursor.cur), auto;}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(000,000,000);}
::-webkit-scrollbar-thumb {background: rgb(000,000,000); border: 1px solid rgb(187,173,157)}
::-webkit-scrollbar-thumb:hover {background: rgb(253,125,064);}

form {margin-top: 0px;}
input.password::placeholder {width: 800px; background-color: rgb(000,000,000); color: rgb(187,173,157); font-family: 'ShareTechMono-Regular'; font-size: 10px;}
input.password {width: 800px; background-color: rgb(000,000,000); color: rgb(187,173,157); font-family: 'Merriweather'; font-size: 11px; border: 1px solid rgb(187,173,157);}
input.password2::placeholder {width: 1000px; background-color: rgb(000,000,000); color: rgb(187,173,157); font-family: 'Merriweather'; font-size: 10px;}
input.password2 {width: 1000px; background-color: rgb(000,000,000); color: rgb(187,173,157); font-family: 'Merriweather'; font-size: 10px; border: 1px solid rgb(187,173,157);}