@font-face {
  font-family: "w95font";
  src: url("fonts/w95font.woff2") format("woff2"), url("fonts/w95font.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "w95font";
  src: url("fonts/w95font-bold.woff2") format("woff2"), url("fonts/w95font-bold.woff") format("woff");
  font-weight: bold;
}

body {
	background-color: #008080;
	font-size: 20px;
  font-family: "w95font";
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

#header #w95start, #header {
  border: 3px solid;
  border-color: white;
  border-bottom-color: black;
  border-right-color: black;
}

#header, #w95clock {
  border: 2px solid;
  border-color: white;
  border-top-color: #999999;
  border-left-color: #999999;
  background: #c3c3c3;
}

#author {
	border: 3px solid;
	border-color: white;
	border-top-color: black;
	border-left-color: black;
	background: #e1e1e1;
}

#header {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  padding: 2px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-gap: 4px;
  background: #c3c3c3;
}

#w95start {
  cursor: pointer;
  height: calc(100% - 4px);
  position: relative;
  background: url(images/start.png) no-repeat left 3px center;
  background-size: auto 80%;
  padding: 0.3rem 0.3rem 0.4rem 1.7rem;
  line-height: 1;
  font-weight: bold;
}

#author {
	font-weight: bold;
	padding: 0 3px;
}

#w95clock {
	padding: 0 0.6rem;
}

#author, #w95clock {
  font-size: 0.889rem;
  height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

a:link {
	color: #000082;
}

a:visited {
	color: #000082;
}

a:hover {
	color: #551a8b;
}
