@import url("../fonts/fonts.css");

body {
  margin: 0;
}

main {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

#left {
  width: 580px;
}

#left img {
  width: 100%;
}

#content {
  color: white;
  background-color: #343333;
  font-family: "now";
  font-size: 27px;
  padding: 20px;
  text-align: center;
  min-width: 320px;
}

article {
  /* width: 50%; */
  flex-basis: 50%;
}

header {
  text-align: center;
  width: 100%;
}

header h1 {
  font-family: "Playfair";
  font-size: 56px;
  text-transform: uppercase;
  margin: 0;
}

header h2 {
  font-family: "Now";
  font-weight: 100;
}

#left,
#right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#right {
  max-width: 60vw;
}

a {
  display: block;
  text-align: center;
  padding: 18px 0;
  font-size: 37px;
  color: black;
}

#right.empty {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

#back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
}

#backlink {
  background-color: #25bd54;
  height: 40px;
  align-content: center;
  padding: 0 10px;
  color: black;
  text-decoration: none;
  font-family: "Now";
  font-size: 22px;
  margin-top: 28px;
}

.triangle {
  width: 0px;
  height: 10px;
  border-style: solid;
  border-width: 0 20px 30px 20px;
  border-color: transparent transparent #25bd54 transparent;
  transform: rotate(270deg);
  margin-top: 28px;
  margin-left: 23px;
}
