@font-face {
  font-family: letterGothic;
  src: url(LetterGothic.ttf);
}

body {
  background: rgb(126,126,126);
  background: radial-gradient(circle, rgba(126,126,126,1) 33%, rgba(102,102,102,1) 100%);
  height:100%;
  margin: 0;
  font-family: letterGothic;
}

td {
    text-align: center;
    vertical-align: middle;
    width: 300px;
}

#logo {
    text-align: center;
}

#logo img {
  max-width: 350px;
  height: auto;
  margin-top: 150px;
  transform: rotate(90deg);
}

#text {
  text-align: center;
  color: white;
  margin-bottom: 50px;
}

#text_title {
  letter-spacing: 5px
}

#name_block {
  margin-top: 60px
}

#firstname {
  font-size: 22px;
  letter-spacing: 9px;
  color: #b7b7b7;
}

#lastname {
  font-size: 22px;
  letter-spacing: 3px
}

#footer {
  bottom: 30px;
  text-align:center;
  width: 100%;
  padding-bottom: 50px
}

#separator {
  border-top: 3px solid #dae422;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

#email {
  color: #dae422;
  font-size: 20px
}

#email a {
  text-decoration: none;
  color: inherit;
}

#email:hover {
  text-decoration: underline;
}

#phone {
  color: #dae422;
  font-size: 20px
}

#phone a {
  text-decoration: none;
  color: inherit;
}

#phone:hover {
  text-decoration: underline;
}

@media screen and (max-width: 350px) {
  #logo img {
    max-width: 100%;
    margin-top: 50px;
  }
  #email {
    font-size: 1em;
  }
  #phone {
    font-size: 1em;
  }
}
