.dead {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 6vw;
    text-align: center;
}

.dead-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 64px);
}

.dead-item {
    position: absolute;
    user-select: none;
}