body {
  background: #f2f2f2;
  font-family: 'Rajdhani', sans-serif;
}

.page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.center {
  align-items: center;
}

.flex {
  align-content: center;
  justify-content: center;
  display: flex;
}

.column {
  flex-direction: column;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.logo {
  flex-basis: 40%;
  align-items: center;
}

.logo img {
  height: 20vmax;
}

.page-bottom {
  position:absolute;
  top: 92vh;
  width: 10vw;
  left: 45vw;
  text-align: center;
  font-size: 2rem;
  color: #aaa;
}

.links {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.market {
  font-size: 3.55rem;
  display: flex;
  justify-content: space-around;
  width: 40vw;
  margin: 1rem;
}

.market a,
.social a {
  color: #4F4F4F;
}

.social {
  font-size: 2.4rem;
}

.social {
  justify-content: space-around;
  width: 90vmin;
}

hr {
  box-sizing: content-box;
  height: 0;
  border-color: #d4d4d4;
  width: 60vw;
  border-width: 1px;
  border-style: solid;
}

h2 {
  color: #D90429
}

.profile {
  text-align: center;
  width: 30vmin;
}

.team {
  display: flex;
  flex-direction: column;
}

.profile img {
  width: 80%;
}

.profile p {
  margin-top: 0;
  font-size: 1.2rem;
}

.klm {
  display: flex;
  flex-direction: column;
  margin: 10vmax 0;
}

.klm img {
  width: 40vmin;
}

.klm p {
  font-size: 1.7rem;
  color: #333;
  text-align: center;
}
@media only screen and (orientation: landscape) {
  .team {
    flex-direction: row;
  }
}
