:root {
    --cursor-normal: default;
    --cursor-hover: pointer;
    --cursor-press: pointer;
}

:root.funny-cursor {
    --cursor-normal: url("/assets/images/cursor.png") 0 0, auto;
    --cursor-hover: url("/assets/images/cursorhover.png") 8 1, auto;
    --cursor-press: url("/assets/images/cursorpress.png") 8 1, auto;
}

body{
    background-color:rgb(202, 94, 94);
    text-decoration: white;
    margin: 50px;
    cursor: var(--cursor-normal);
}

@font-face {
    font-family: "terminal";
    src: url("/fonts/terminal.woff") format('woff');
}



#bodydiv {
    background-color:rgb(173, 84, 114);

    outline-color: white;
    border: 5px solid rgb(136, 53, 92);
    width: 100%;  
    padding-top: 2%;
    padding-bottom: 2%;
}

hr {
    border:none
}

#headerdiv {
    background-image: url('/assets/images/cider.png'), url('assets/images/cider.png'); 
    place-items: center;
    background-size: 60%;

    background-position: center; 
    background-repeat: repeat; 
    background-color:rgb(226, 148, 122);
    outline-color: white;
    width: 100%;  
    padding-top: 2%;
    padding-bottom: 2%;
    border: 5px solid rgb(221, 192, 192);
    /* Nobody will sit here for 10 minutes hopefully? */
    animation: slide 600s linear infinite;

}

#a {
    font-family: terminal;
    margin-left: 15%;
    margin-right: 15%;
}

#alink {
    font-family: terminal;
    font-size: 20px;
    color: aqua;
    text-decoration: underline;
}

#alinkPatient {
    font-family: terminal;
    font-size: 20px;
    color:aquamarine;
    text-decoration: underline;
}

#q {
    color:cyan;
}




#header{
    text-align: center;
    font-family: terminal, Arial, sans-serif;
    font-size: 45px

}

#newsp p{
    font-family: terminal;
    src: url("/fonts/terminal.woff") format('woff');
}

#grey p{
    color: lightgray;
    font-size: 25px;
    margin-left: 15%;
    margin-right: 15%;
}

#title {
    color:#e0caca;
    text-align: center;
    font-family: terminal, Arial, sans-serif;
    font-size: 25px;

}

#titleSub{
    text-align: center;
    font-family: terminal, Arial, sans-serif;
    font-size: 25px;

}

#dashedhr{
    border-top: dashed 2px;
    border-bottom: dashed 2px;
    margin-left: 20%;
    margin-right: 20%;
}
input{
    background-color: #000000;
    border-color: #000000;
    border: #000000;
    margin-left: 20%;
    margin-right: 20%;
    color: white;
    font-family: terminal, Arial, sans-serif;
    font-size: 25px;
    padding-right: 50%;
 
}
input:focus {
    outline: none;
}

#system {
    color: palegoldenrod;
    font-family: terminal, Arial, sans-serif;
    font-size: 22px;

}

#clock {
    color: palegoldenrod;
    font-family: terminal, Arial, sans-serif;
    font-size: 25px;

}

p{
    color: white;
    text-align: left;
    font-family: terminal, Arial, sans-serif;
    font-size: 25px;
    padding-left: 20%;
    padding-right: 20%;

}

img{
    position: relative; 
    top: 4px;
}

h1{
    text-align: center;
    font-family: terminal, Arial, sans-serif;
    font-size: 50px;

    color: rgb(245, 253, 162);

}

h1 img {
    vertical-align: middle;
    margin-left: 45px;
    scale: 0.75;
}

#subtitle {
    color: #f0f2f2;
    text-align: center;
}

.highlighted {
    background-color: rgba(0.5,0,0.5,.1);
    text-align: center;
}

#ciderbg {
    background-image: url('/assets/images/cider.png'), url('assets/images/cider.png'); 
    place-items: center;
    background-size: cover; 
    background-position: center; 
    background-repeat: repeat; 
    height: 400px; 
    width: 100%;
    padding: 1px;
    color: white; 
    text-align: center;
    /* Nobody will sit here for 10 minutes hopefully? */
    animation: slide 600s linear infinite;
    outline: 3px solid grey;
    border-radius: 15px;
    outline-offset: 10px;
}


@keyframes slide {
  from { background-position: 0 0; }
  to { background-position: -10440px 4850px; } 
}

h2{
    text-align: left;
    font-family: terminal, Arial, sans-serif;
    font-size: 20px

}
#disclaimer{
    color: darkslategrey;
    text-align: center;
    font-family: terminal, Arial, sans-serif;
    font-size: 15px
}

.text-center {
    text-align: center;
}

.display-inline {
    display: inline-block;
}

:link {
    cursor: var(--cursor-hover);
}

:link:active {
    cursor: var(--cursor-press);
}

a{
    color: #faf4f4;
    text-align: center;
    font-family: terminal, Arial, sans-serif;
    text-decoration: none;
    font-size: 25px
}

#art{
    text-align: center;
}

#randomImage{
    text-align: center;
}

#headerimg{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#screenimg{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* Original values: W: 683 H: 513 */
    width: 512.25px;
    height: 384.75px;
}

#archive{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.column {
  display: flex;
  justify-content: center;
  flex: 0%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 4px;
  
}

img {
    image-rendering: pixelated;
}
img.blurry {
    image-rendering: smooth;
}
