 @font-face {
 	font-family: "Multicolore";
 	src: url("fonts/Multicolore.otf");
  }

  body {
	  font-family: Multicolore;
	  width: 800px;
	  margin: 0px auto;
	  margin-top: 70;
	  text-align: center;
	  background: #338BDF;

  }

  input {
    display: block;
  	width: 309px;
  	height: 40px;
  	margin: -10px auto;
  	background: #fff;
  	font-size: 18px;
  	border: 3px solid #000;
  	transition: all 0.3s ease;
    text-align: center; 
	}

  .meet_bot {
    font-size : 40px;
    color:#404040;
    margin-top: 30px;
    margin-bottom: 0px;
  }