@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel+Decorative:wght@400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none; 
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #7a4cf7;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.p1{
  height: 100vh;
}

::-webkit-scrollbar {
  display: none;
}

.redublank-logo {
  width: 100px; 
}

.mail {
  width: 100px; 
}

.header {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}

.redublank-logo-black-spelled {
  max-width: 100%; 
}

.wrapper {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.container-parent{
  display: grid;
  place-content: center;
  max-width: 80%;
  height: 70%;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Be Vietnam Pro", sans-serif;
  max-width: 100%;
}

.ls{
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 170%;
  font-weight: 900;
  font-size: clamp(24px, 3rem, 4rem);
  letter-spacing: -.2rem; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 25px;
}

p{
  margin-top: 15px;
}

.text-parent{
  text-align: center;
}

@media only screen and (max-width: 475px) {
  .ls{
    font-size: 2rem;
  }
}



@media only screen and (max-width: 425px) {
  .item-2{
    display: none;
  }
}

