.marker-container {
    position: absolute;

    display: flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    width: 24px;
    height: 24px;

    border: 3px solid #fff;
    border-radius: 100%;
    background-color: #eb5547;
    box-shadow: 0 0 2px 0 #5f698314;

    transform: translate(-50%, -50%);
}
