@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: RobotoCond;
  src: url(fonts/RobotoCondensed-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: RobotoCond;
  src: url(fonts/RobotoCondensed-Bold.ttf);
  font-weight: 700;
}

body {
  font-family: RobotoCond;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

a {
  color: #116DDC;
  text-decoration: none;
}

a:hover {
  color: #0B4994;
}

header{
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 40px auto 40px;
}

.logo {
  max-width: 250px;
}

.main {
  max-width: 800px;
  margin: auto;
  padding-bottom: 40px;
}

.container {
  padding: 0 20px;
}

footer {
  text-align: center;
  padding: 40px 0 40px 0;
  border-top: 1px dotted #000;
  max-width: 800px;
  margin: auto;
}

footer a {
  padding: 10px;
}

