@import url('https://fonts.googleapis.com/css?family=PT+Mono|PT+Sans:400,700&subset=cyrillic-ext');

body {
  background-color: #0508f4;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5rem;
  margin-top: 2rem;
}

body * + *  {
  margin: 1.5rem 0;
}

h1 {
  line-height: 1.2;
  font-size: 2.5rem;
  font-family: 'PT Mono', monospace;
  color: whitesmoke;
  margin-bottom: 3rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

ul {
  list-style: none;
  padding-left: 2.5rem;
}

li:before {
  content: "— ";
}

li {
  margin: 0.5rem 0;
}

code {
  font-family: monospace;
  white-space: pre-wrap;
  word-wrap: normal;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

.wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.container {
  background-color: white;
  padding: 4rem;
  box-shadow: -15px 15px rgba(0, 0, 0, .30);
}

.link-vacancy {
  color: black;
  display: block;
}

.link-vacancy:hover {
  text-decoration: none;
}

.link-back {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
}

@media screen and (max-width: 680px) {
  body {
    font-size: 16px;
  }

  header {
    padding: 0 2rem;
  }

  .container {
    padding: 2rem;
  }
}
