body {
    display: flex;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url("background.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    
}

@font-face {
    font-family: TextFont;
    src: url("eurocaps.TTF");
  }

.container {
    width: 5em;
    padding-top: 18em;
    color: white;
    font-family: TextFont;
    display: flex;
    font-size: 2em;
    align-items: center;
}
.points {
    margin-left: 5px;
}

#text {
    position: absolute;
    /* transform: translate(-50%); */
}









#container {
    position: absolute;
    width: 98.0%;
    height: 98%;
}


#scp_1 {
    position: absolute;
    width: 71px;  
    height: 71px;
    bottom: 0;    
    right: 0;    
    transition: transform 0.1s linear; 
}

#scp_2 {
    position: absolute;
    width: 71px;  
    height: 71px;
    bottom: 0;    
    right: 0;    
    transition: transform 0.1s linear; 
}