   @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

    * {
        font-family: 'Lato', 'Arial', sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html {
        background-color: #fff;
        font-weight: 300;
        font-size: 15px;
        text-rendering: optimizeLegibility;
    }

    .center {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-100%,-50%);
    }

/* ----------------- LOGO START ------------------- */
    .center_pro {
        display: block;
        position: inherit;
        transform: translate(-100%,-50%);
        background-color: #c0392b;
        border-radius: 10px 0px 0px 10px;
        padding: 0px 2px 10px 10px;
        height: 40px;
        text-align: center;
    }

    .center_solus {
        display: block;
        position: inherit;
        transform: translate(0, -50%);
        border-radius: 0px 10px 10px 0px;
        padding: 0px 10px 10px 2px;
        height: 40px;
        text-align: center;
    }

    .center_interware {
        display: block;
        position: inherit;
        transform: translate(-41.5%, 120%);
        border-radius: 0px 0px 10px 10px;
        padding: 0px 10px 10px 15px;
        height: 17px;
        text-align: center;
    }

    span.pro {
        font-weight: lighter;
        color: #fff;
        font-size: 190%;
        letter-spacing: -.5px;
    }

    span.solus {
        font-weight: normal;
        color: #000;
        font-size: 190%;
        letter-spacing: -.5px;
    }

    span.interware {
        color: #000;
        font-size: 90%;
        font-weight: 300;
    }

    span.interware_space {
        letter-spacing: 5.8px;
    }
/* ----------------- LOGO END ------------------- */