@font-face {
  font-family: Monument;
  font-weight: regular;
  src: url("./fonts/MonumentExtended-Regular.otf") format("opentype");
}

@font-face {
  font-family: Monument;
  font-weight: bold;
  src: url("./fonts/MonumentExtended-Ultrabold.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
}

body {
  background: #181717;
  font-size: 14px;
  font-family: Monument;
  color: #fff;
  overflow: hidden;
}

.container {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
}

.logo {
    position: absolute;
    left: 5%;
    top: 5%;

}

.imgsec {
  width: 100vw;
  height: 550px;
  position: relative;
  display: grid;
  place-items: center;
}

.imgsec .img {
  width: 380px;
  height: 520px;
  background: url("../img/be_legend.jpg");
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  display: flex;
  justify-items: center;
  align-items: center;
}

.imgsec p {
  position: absolute;
  bottom: -50px;
  left: 30%;
  size: 140px;
}

.imgsec p p {
  font-size: 20px;
  color:rgb(148, 250, 160);
  text-align: left;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
