@import url("https://fonts.cdnfonts.com/css/beer-cape-g");
/* @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); */

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.center_div {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#fa_play {
  font-size: 45px;
  position: absolute;
  bottom: -85%;
  left: 40%;
  cursor: pointer;
}
div .center_div img {
  width: 120px;
  border: 1px solid #ccc;
  padding: 5px;
  box-shadow: 10px 10px 10px #ddd;
}
div .center_div h1 {
  position: absolute;
  left: -50%;
  font-family: "Beer Cape__G", sans-serif;
  color: #ff7466;
  font-size: 50px;
}
input {
  font-family: fontAwesome;
  font-size: 18px;
  margin-top: 2%;
  width: 246px;
  height: 35px;
  padding: 13px;
  color: #beb9b9;

}
input:focus {
  outline: none;
}
input[type="submit"] {
  width: 100px;
  position: absolute;
  right: 8.5%;
  padding: 2px;
  cursor: pointer;
  color: black;
}
.left_side {
  position: absolute;
  z-index: 9999;
  background-color: #ff7466;
  padding: 20px;
  height: 100vh;
  display: none;
  overflow: hidden;
}
@keyframes sidebar {
  0% {
    width: 0;
  }
  100% {
    width: 320px;
  }
}
#left_side_close_fa {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  cursor: pointer;
}

form {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
