body {
    margin: 0
}
.lost {
    align-self: center;
    justify-self: center;
    font-size: 3.5vw;
    text-align: center;
}


.lostContainer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.score {
    position: absolute;
    text-align: center;
    left: 50%;
    font-size: 3vw;
    color: white;
}