* {
  margin: 10px;
  font-family: 'Open Sans', sans-serif;
}

body {
  font-size: calc(1rem + 0.5vw);
}

.header {
  font-weight: bold;
}

.title-header {
  font-weight: bold;
  margin-bottom: 20px;
}

h1 {
  font-size: 4rem;
}

.main-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  margin-bottom: 30px;
}

.main-content div {
  flex: 300px;
}

.footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  align-items: flex-end;

  font-size: calc(1rem + 0.3vw) !important;
}

.footer p {
  justify-content: center;
  font-size: calc(1rem + 0.1vw) !important;
}

.column-title {
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Fira Mono', monospace;
}

img {
  max-width: 100%;
}

a:link {
 color: #F07935;
}

a:visited {
 color: #F07935;
}

a:hover {
 cursor: pointer;
}
