#mourge {
    width: 200px;
    height: fit-content;
    position: absolute;
    text-align: center;
    left: 50%;
    color: red;
    transform: rotate(34deg) matrix(1.7, 0, 0.1, 1.7, 0, 0);
}

#mourge * {
    margin: 0;
    padding: 0;
}