@font-face{
    font-family: IRANSansWeb_Medium;
    font-style:normal;
    font-weight:normal;
    src:url('https://ai.netologist.ir/wealthamvtt/fonts/IRANSansWeb_Medium.eot');
    src:url('https://ai.netologist.ir/wealthamvtt/fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('https://ai.netologist.ir/wealthamvtt/fonts/IRANSansWeb_Medium.woff2') format('woff2'),
    url('https://ai.netologist.ir/wealthamvtt/fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('https://ai.netologist.ir/wealthamvtt/fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

a, h1, h2, h3, h4, h5, h6, p, ul, li, span, div, input, button, textarea  {font-family: IRANSansWeb_Medium !important;}

        #uploadProgress, #convertProgress {
  width: 88%;
    background-color: #030a3b;
    margin-top: 10px;
    padding: 4px 20px;
    border-radius: 20px;
        }
        .progressBarFill {
            width: 0%;
            height: 20px;
            background-color: #00c961;
            text-align: center;
            color: white;
            line-height: 20px;
        }
        #textArea {
            width: 90%;
            border-radius: 20px;
            padding:20px;
            height: 300px;
            margin-top: 20px;
            background-color: #eeeeee;
            font-size:18px;
        }
        
body {
    background-color: #180cb1;
    text-align: center;
    font-size: 20px;
    display: flex
;
color:#eeeeee;
    flex-direction: column;
    align-items: center;
}


input#videoInput {
    background-color: #030a3b;
}
input {
    line-height: 2;
    padding: 5px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    width: 90%;
    margin: 20px 0px;
    background-color: #eeeeee;
}



input#contentTitleInput {
    width: 90%;
}

button {
    background-color: #60f9ff;
    padding: 10px;
    font-size: 22px;
    border: none;
    margin:20px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 5px #ba32ffad;
    width: 90%;
}