@font-face {
  font-family: "CourierPrime";
  src: url('CourierPrime-Bold.ttf') format('truetype');
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 5px;
}

h1 {
  font-family: CourierPrime;
  font-size: 50px;
  color: white;
  margin-top: 50px;
  margin-left: 50px;
  filter: brightness(100%);
  z-index: 100;
}
p {
  font-family: CourierPrime;
  font-size: 25px;
  color: white;
  margin-left: 25px;
  filter: brightness(100%);
  z-index: 100;
}

body {
  margin: 0px;
  background-color: black;
}

.wrappa {
  width: 100%;
  height: 100%;
  background-color: black;
}

#inher {
  width: inherit;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.bestS {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
}
.img {
  width: 50%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: grid;
  filter: blur(10px) brightness(50%);
  transition: filter 0.25s ease, background-image 1s ease;
  z-index: -1;
}
.imghov {
  filter: blur(0) brightness(110%);
  z-index: 50;
}
.texH {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 50%;
  height: 100%;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tex {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
}
.lBut {
  margin: 0px;
  margin-bottom: 100px;
  margin-top: 20px;
  margin-left: 30px;
  width: auto;
  height: 50px;
  border-radius: 25px;
  border: none;
  transition: 0.1s;
  cursor: pointer;
  font-family: CourierPrime;
  font-size: 20px;
  color: black;
  font-weight: bolder;
  padding-left: 10px;
  padding-right: 10px;
}
.lBut:hover {
  box-shadow: 0px 0px 25px white;
}
@font-face {
  font-family: "CourierPrime";
  src: url('CourierPrime-Bold.ttf') format('truetype');
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 5px;
}

h1 {
  font-family: CourierPrime;
  font-size: 50px;
  color: white;
  margin-top: 50px;
  margin-left: 50px;
  filter: brightness(100%);
  z-index: 100;
}
p {
  font-family: CourierPrime;
  font-size: 25px;
  color: white;
  margin-left: 25px;
  filter: brightness(100%);
  z-index: 100;
}

body {
  margin: 0px;
  background-color: black;
}

.wrappa {
  width: 100%;
  height: 100%;
  background-color: black;
}

#inher {
  width: inherit;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.bestS {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
}
.img {
  width: 50%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: grid;
  filter: blur(10px) brightness(50%);
  transition: filter 0.25s ease, background-image 1s ease;
  z-index: -1;
}
.imghov {
  filter: blur(0) brightness(110%);
  z-index: 50;
}
.texH {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 50%;
  height: 100%;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tex {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
}
.lBut {
  margin: 0px;
  margin-bottom: 100px;
  margin-top: 20px;
  margin-left: 30px;
  width: auto;
  height: 50px;
  border-radius: 25px;
  border: none;
  transition: 0.1s;
  cursor: pointer;
  font-family: CourierPrime;
  font-size: 20px;
  color: black;
  font-weight: bolder;
  padding-left: 10px;
  padding-right: 10px;
}
.lBut:hover {
  box-shadow: 0px 0px 25px white;
}
