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

.font {
    font-family: "font";
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#upl_btn {
    display: none;
}

.button {
    border: none;
    background: #009578;
    color: #ffffff;
    padding: 10px 16px;
    position: relative;
    cursor: pointer;
    font-family: "font";
    overflow: hidden;
    border-radius: 5px;
    min-width: 125px;
}

.button__progress {
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: width 0.3s;
}

.button__text {
    position: relative;
}
