body {
  margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(/images/content2.jpg);
    text-align: center;
}
input::placeholder {
  font-weight: bold;
  color: rgb(254, 254, 254);
}
@font-face {
  font-family: "pokemon";
  src: url("/fonts/pokemon.ttf");
  
}
@font-face {
  font-family: "ai";
  src: url("/fonts/two.otf");
  
}
@font-face {
  font-family: "pokemon2";
  src: url("/fonts/pokemon2.ttf");
  
}
@font-face {
  font-family: "intro";
  src: url("/fonts/intro.otf");
  
}
@font-face {
  font-family: "caps";
  src: url("/fonts/caps.otf");
  
}
header {
  margin-top: 30px;
}
.__name {
      font-family: pokemon;
    color: yellow;
    font-size: 5em;
    text-shadow: 0px 0px 25px blue;
}
.__littleText {
    color: #fff9d1;
    font-size: 1.5em;
    position: relative;
    bottom: 13px;
    font-family: intro;
    text-shadow: 0px 0px 2px black;
}
.__loadSelect {
    display: inline-block;
    width: 600px;
    background: #00000066;
    min-height: 300px;
    border-radius: 5px;
    padding-bottom: 35px;
}

input,select,textarea {border:none;}
.__textSing {
    font-family: 'ai';
    color: white;
    font-size: 43px;
    margin-top: 15px;
    text-shadow: 0px 0px 2px black;
    letter-spacing: 1.5px;
}
.__singForm {
      margin-top: 10px;
}
.__input {
    width: 240px;
    margin: 5px 10%;
    border: 1px solid #beb4b4;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #030303;
    font-size: 17px;
    color: white;
    text-align: center;
    font-family: serif;
    background: #d5d5d56e;
}
.__submit {
    border: 2px solid #77787b;
    width: 150px;
    margin: 10px 150px;
    font-family: ai;
    font-size: 26px;
    background: gold;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #fff7cc;
    color: #4c4747;
    letter-spacing: 2px;
    text-shadow: 0px 0px 2px #ffe3e3;
}
.__submit:hover {
cursor:pointer;
background: #77ff00;
}

.__link {
      color: white;
    text-shadow: 0px 0px 2px black;
    margin-top: 3px;
}
.__link:hover {
cursor:pointer;
color: #77ff00;
}