
html, body{
    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #323645, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #323645, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: Arial;
    color: white;
    font-weight: bold;
    margin: 0;
    height: 100%;
    font-family: 'Amatic SC', sans-serif;
  }
  .top-bar{
    height: 50px;
  }
  .top-bar{
    margin-left: 25px;
  }
  .center{
    
    height: 100%;
    width: 100%;
    position: relative;
  }
  .question{
    background-color: rgb(24, 23, 23);
    background-image: url(/images/AskLeo.png);
    position: absolute;
    width: 1200px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    box-shadow: 5px 5px 25px  black;
  }
  .ask{
    margin-left: 600px;
    width: 545px;
    height: 465px;
    text-align: center;
  }
  .ask h1{
    font-family: 'Satisfy', cursive;
    font-size: 50px;
    
    margin-bottom: 0px;
  }
  .ask a{
    margin-top: -10px;
    
  }
.user-box {
  position: relative;
    display: block;
  padding-top: 10px;
}
.user-box input{
  width: 100%;
  padding: 10px 0;
  font-size: 22px;
  margin-bottom: 10px;
  border: 2px solid #5e6571;
  border-radius: 15px;
  outline:  none;
  background: #3d404a;
  color: #ffffff;
    padding-left: 10px;
	color: #ffffff;
    font-family: 'Amatic SC', sans-serif;
}
.user-box label{
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 10px;
	font-size: 14pt;
	color: #ffffff;
	pointer-events: none;
	transition: 0.5s;
}
.user-box input:focus ~ label,
.user-box input:valid ~ label{
  top: -35px;
  left: 0;
  color: #5e6571;
  font-size: 16px;
}

.user-box-frage {
    position: relative;
      display: block;
    padding-top: 20px;
  }
  .user-box-frage input{
    width: 100%;
    height: 150px;
    padding: 10px 0;
    font-size: 22px;
    margin-bottom: 10px;
    border: 2px solid #5e6571;
    border-radius: 15px;
    outline:  none;
    background: #3d404a;
    color: #ffffff;
      padding-left: 10px;
    
      color: #ffffff;
      font-family: 'Amatic SC', sans-serif;
      
  }
  .user-box-frage label{
      position: absolute;
      top: 0;
      left: 0;
      padding: 35px 10px;
      font-size: 14pt;
      color: #ffffff;
      pointer-events: none;
      transition: 0.5s;
  }
  .user-box-frage input:focus ~ label,
  .user-box-frage input:valid ~ label{
    top: -35px;
    left: 0;
    color: #5e6571;
    font-size: 16px;
  }

.buttons{
    margin-top: 20px;
    margin-left: -38px;
    height: 50px;
    display: flex;
}

input[type=submit] {
  margin-left: 45px;
  top: 5px;
  width: 250px;
  height: 40px;
  border: none;
  outline: none;
  font-size: 20pt;
  font-weight: lighter;
  color: #ffffff;
  background-color: #1b90f2;
  border: 2px solid #1b90f2;
  border-radius: 30px;
  font-family: 'Amatic SC', sans-serif;
}
.button{
    margin-left: 45px;
  top: 5px;
  width: 250px;
  height: 40px;
  border: none;
  outline: none;
  font-size: 20pt;
  font-weight: lighter;
  color: #ffffff;
  background-color: #181717;
  border: 2px solid #1b90f2;
  border-radius: 30px;
  font-family: 'Amatic SC', sans-serif;
}
.button:Hover{
    background-color: #8ecbfd;
}
.submit_button a{
  color: white;
  text-decoration: none;
}