@font-face { font-family: main; src: url('fonts/BebasNeue-Regular.ttf'); } 
@font-face { font-family: subhead; src: url('fonts/open-sans.semibold.ttf'); } 
@font-face { font-family: mainhead; src: url('fonts/square_sans_serif_7.ttf'); } 

* {
    margin: 0;
    box-sizing: border-box;
}
html    {
    height: 100vh;
    width: 100vw;
}
body    {
    height: 100vh;
    width: 100vw;
    margin: 0;
    background-color: black;
}
#canvas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.scoreLocation  {
    display: flex;
    justify-content: space-between;
}

.canvas123 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;

}
.currentTime  h1  {
    font-family: main;
    font-size: 2rem;
    color: white;
    margin-left: 0.3rem;
    padding: 0;
}
.highScoreTime  h1  {
    font-family: main;
    font-size: 2rem;
    color: white;
    margin: 0;
    padding: 0;
}
.currentTime p  {
    color: white;
    font-size: 2rem;
    font-family: main;
    margin-left: 0.5rem;
    margin-top: 0;
}
.currentTime    {
    display: flex;
}