@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@400;600;700&display=swap');

body {
  margin: 0;
  padding: 60pt;
  background: url('./back.png') no-repeat center center fixed;
  background-size: cover;

  height: calc(100vh - 120pt);
}

main{
  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: 800pt;
}

.content-container {
  width: 100%;

  color: white;

  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2{
  font-size: 30px;
  font-weight: 700;
}

h2 .inter {
  font-family: Inter;
  font-weight: 700;
}

h2 .kalnia {
  font-family: Kalnia;
  font-weight: 600;
}

.bold{
  font-weight: 700;
}

.second p{
  text-align: right;
}

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

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

/* Mobile devices */
@media only screen and (max-width:600px) {
  body{
    padding: 30pt;
    height: calc(100vh - 60pt);
  }
  .second p{
    text-align: left;
    font-size: 16px;
  }
}
