@import url("https://use.typekit.net/vqn5eol.css");

/*div {
  border: .2em solid grey;
  padding: .5em;
}
*/
.container {
  margin-left: 70px;
  margin-right: 20px;
  display: grid;
  display: flex;
  height: 10em;
  grid-template-columns: 1em 3em;
  justify-content: space-between;
}


body {
  background-image: url(bg/history_bg.png);
}

.one {
  width:;
  line-height: 0%;
  color: rgb(50, 47, 44);
}

.name {
  font-family: "bourbon", serif;
  font-weight: 400;
  font-size: 40pt;
  line-height: 0%;
}

.surname {
  font-family: "bourbon", serif;
  font-weight: 400;
  font-size: 40pt;
  line-height: 0%;
  letter-spacing: 5pt;
}

a {
  font-size: 25px;
  text-decoration: none;
  color: rgb(50, 47, 44);
  position: relative;
}

a:after {
  content: "";
  position: absolute;
  background-color: rgba(184, 211, 255);
  height: 4px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: 0.3s;
}

a:hover:after {
  width: 100%
}

.two {
 display: flex;
 width: auto;
 /*width: 30em;*/
 text-align: center;
 align-self: flex-end;
 color: rgb(50, 47, 44);
 font-family: "politica-expanded", sans-serif;
 font-weight: 700;
 font-style: normal;
 letter-spacing: 2px;
 font-size: 36pt;
}

.three {
  align-self: flex-end;
  text-align: center;
  margin-left: 200px;
  font-family: "vox", sans-serif;
  font-weight: 600;
  font-size: 35pt;
  color: rgb(50, 47, 44);
}

.history {
  width: 8em;
  text-decoration: underline solid rgba(184, 211, 255);
  text-decoration-thickness: 4px;
  text-underline-offset: 12px;
}

.gallery {
  width: 8em;
}

.hist {
  margin-top: 4.5em;
  margin-left: 47.5em;
  font-family: "vox", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 125%;
  padding: 2em;
  width: 35em;
  background-color: rgba(184, 211, 255, 0.5);
  text-align: justify;
}
