body #not-supported-browser {
    background: #ff9e12;
    padding: 15px;
    color: white;
    align-items: center;
}
body #not-supported-browser .warning {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 100%;
    border: 2px solid white;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    line-height: 1;
}