@font-face {
    font-family: rl;
    src: url(rl.ttf);
}

body {
    background-image: url('wp3.png');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Kanit', sans-serif;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
  }

form {
    border-radius: 15px;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 150%;
    background-color: #31333819;
    padding: 10px 30px;
    color: #ffff;
    backdrop-filter: blur(8px);
    font-weight: 700;

}
label {
	display: block;
	margin-bottom: 10px;
    margin-top: 30px;
    font-size: 30px;
}

input, select {
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: none;
    cursor: pointer;
}

h1 {
    width: 100%;
	text-align: center;
    font-weight: bolder;
    font-size: 90px;
    color:#ffffff;
    font-family: 'rl';
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #242424,
        1px 2px 1px #242424,
        1px 3px 1px #242424,
        1px 4px 1px #242424,
        1px 5px 1px #242424,
        1px 6px 1px #242424,
        1px 7px 1px #242424,
        1px 8px 1px #242424,
        1px 9px 1px #242424,
        1px 10px 1px #242424,
    1px 18px 6px #242424,
    1px 22px 10px #242424,
    1px 25px 35px #242424,
    1px 30px 60px #242424;
}

h2 {
    text-align: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 80px;
    text-align: center;
    font-family: 'rl';
      font-size: 50px;
      color:#ffffff;
      background-color: rgba(0, 0, 0, 0.518);
      width: fit-content;
    padding: 3px 20px;
      border-radius: 15px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 10px;
}

.button {
    background-color: #ffffff;
    font-size: 18px;
    margin: 35px;
    transition: all 0.35s;
    font-family: 'Kanit', sans-serif;
}
.button:hover{
    letter-spacing: 4px;
}

.labelVideo {
    font-size: 25px;
}

.noCommand {
    border-radius: 20px;
    width: 300px;
    text-align: center;
    /* padding-left: 50px; */
    margin: 0 auto;
    font-size: 150%;
    /* background-color: #313338bc; */
    padding: 30px;
    color: #ffff;
    backdrop-filter: blur(30px);
    -webkit-box-shadow: -10px 0px 13px -7px #242424, 10px 0px 13px -7px #242424, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #242424, 10px 0px 13px -7px #242424, 5px 5px 15px 5px rgba(0,0,0,0);
}

.footer {
width: fit-content;
margin: 0 auto;
text-align: center;
color: #ffffff;
 }

 .styleOkimi{
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: bolder;
 }
 .boldd{
    font-weight:bolder;
  }

.barre {
font-family: 'Courier New', Courier, monospace;
font-weight: 600;
    }


    .file-input__input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
      }
      
      .file-input__label {
        cursor: pointer;
        width: fit-content;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        font-size: 14px;
        padding: 10px 12px;
        background-color: #ffffff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
        margin-top: -10px;
      }
      
      .file-input__label svg {
        height: 16px;
        margin-right: 4px;
      }
      