/*yes this is a mess, its cause i secretly suck at codin*/
   body, html {
  height: 100%;
  background: black;
}
@font-face {
font-family: 'Determination Mono';
src: url('https://oliverspace.neocities.org/determination-mono.ttf') format('truetype');
}
body {
  background-image: url("background (1).png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    font-family: 'Determination Mono';
}
#box {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 90%;
  max-width: 1200px;
  gap: 0;
  border-width: 5px;
  border-color: white;
  border-style: solid;
}
#counter {
     width: 300px;
    background-color: #ffcc33;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    bottom: 30px;
    font-family: 'Determination Mono';
    font-size: 24px;
    padding: 40px;
    color: white;
    float: left;
    height: 100px;
    width: 450px;
    background-color: black;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: white;
}
h7 {
     width: 300px;
    background-color: #ffcc33;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    bottom: 30px;
    width: 70%;
    font-family: 'Determination Mono';
    font-size: 24px;
    padding: 40px;
    color: white;
    float: left;
    height: 100px;
    width: 450px;
    background-color: black;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: white;
}
#second {
     width: 300px;
    background-color: #ffcc33;
    margin: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline;
    bottom: 30px;
    width: 30%;
    height: 100px;
    width: 500px;
    font-family: 'Determination Mono';
    font-size: 24px;
    padding: 40px;
    margin: 0px;
    color: white;
    float: left;
    line-height: 1px;
    background-color: black;
    border-style: solid;
    border-width: 1px 1px 0.5px 1px;
    border-color: white
}
#clear {
    clear: both;
}