body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.container  {
    position: relative;
    height: 700px;
    width: 1200px;
}
.Score {
    position: absolute;
    font-family: sans-serif;
    z-index: 10;
    top: 5px;
    left: 20px;
    color: white;
}
 
.High-Score {
    position: absolute;
    font-family: sans-serif;
    z-index: 10;
    top: 5px;
    right: 20px;
    color: white;
}