@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@font-face {
    font-family: csgo;
    src: url(csgo.ttf);
}
body {
    background-image: url('wallpaper.png');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Ubuntu', 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;
    
}

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: 80px;
    color:#141414;
}

h2 {
    margin-top: -30px;
    margin-bottom: 80px;
    text-align: center;
    font-family: csgo;
      font-size: 50px;
      color:#141414;
}

.button {
    background-color: #ffffff;
    font-size: 18px;
    margin: 35px;
    transition: all 0.35s;
    font-family: 'Ubuntu', sans-serif;
}
.button:hover{
    letter-spacing: 4px;
}

.containerLain{
   
}

.noCommand {
    background-color: #313338;
    color: white;
    text-align: center;
    font-size: 25px;
    width: 400px;
    margin: 0 auto;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.footer {
    position:relative;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 65px;
    font-weight: 600;
    color: #000000;
    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: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bolder;
 }
 .boldd{
    font-weight:bolder;
  }