@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

body {
    background-image: url('wallpaper.webp');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Kanit', sans-serif;
}

form {
    border-radius: 15px;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 150%;
    background-color: #3133382e;
    padding: 30px;
    color: #ffff;
    backdrop-filter: blur(20px);

}
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: 120px;
    color:#ffffff;
}

h2 {
    text-align: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 80px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
      font-size: 50px;
      color:#ffffff;
      background-color: rgba(0, 0, 0, 0.518);
      width: fit-content;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      border-radius: 15px;
      margin-left: auto;
      margin-right: auto;
}

.button {
    background-color: #ffffff;
    font-size: 18px;
    margin: 35px;
    transition: all 0.35s;
    font-family: 'Kanit', sans-serif;
}
.button:hover{
    letter-spacing: 4px;
}

.containerLain{
   
}

.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 #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.footer {
    position:relative;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 65px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    z-index: 0;
    margin-bottom:100px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .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;
    }