.skirmish {
    width: 100%;
}
.fullscreen {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}


.centered-title {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
