img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 3vw;
}

@font-face {
    font-family: 'VCR_OSD_MONO';
    src: url('VCR_OSD_MONO_1.001.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    text-align: center;
    font-family: 'VCR_OSD_MONO', monospace;
    background-color: rgb(216, 216, 216);
    color: white;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
    /*line-height: 1.8;*/
}

#sinclair {
    position: absolute;
    width: 100px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    transition: left 0.5s linear, bottom 0.3s ease-out;
}

#soundToggle {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 32px;
  cursor: pointer;
  user-select: none;
  z-index: 9999;
}


