@font-face {
    font-family: "Pais";
    src: url("assets/Pais.otf");
}

@media (max-width:991px) {
    #pearl_logo {
        width: 50%;
    }
}

@media (min-width: 992px) {
    #pearl_logo {
        width: 33%;
    }
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.use_font{
    font-family: "Pais", sans-serif;
}