@import url("https://fonts.googleapis.com/css?family=Raleway");

body {
  color: white;
  font-family: "Raleway";
  background-color: #121212;

}

.body{
  background-image: url("../assets/intro-img.png");
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
}

p {
  font-weight: 500;
  font-size: 1.5rem;
}

.subtitle {
  text-align: center;
  margin-top: -2rem;
  font-size: 1rem;
  opacity: 0.7;
}

button {
  margin-top: 1rem;
  cursor: pointer;
  background-color: black;
  color: white;
  font-size: 1.2rem;
  height: 4rem;
  width: 15rem;
  border-radius: 0.2rem;
  border: none;
  /* -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.466);
  -moz-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.466);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.466); */
}

.note {
  margin-right: 1rem;
  cursor: pointer;
  background-color: black;
  color: white;
  font-size: 1.2rem;
  height: 4rem;
  width: 15rem;
  border: none;
  padding-left: 1rem;
}

.postcard {
  margin: 3rem;
  width: 34rem;
  height: 18rem;
  background-color: rgb(154, 154, 221);
  color: black;
  border-radius: 0.5rem;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
}

.post-par {
  display: flex;
  justify-content: center;
  align-items: center;
}

.note {
  background-color: black;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 4rem;
  width: 30rem;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  color: white;
}

.inside {
  display: grid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.images-upload {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.postcard-qr {
  height: 10rem;
}

.postcard-title {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 3rem;
}

.postcard-subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: -3rem;
}

.mascot1 {
  position: relative;
  width: 15rem;
  top: -19rem;
  left: 20rem;
  height: 10rem;
  border: 4px solid rgb(240, 81, 81);

  display: flex;
  justify-content: center;
  align-items: center;
}

.mascotchild {
  width: 5rem;
  height: 5rem;
  background-color: pink;
}

.mascot2 {
  position: relative;
  width: 12rem;
  height: 6rem;
  top: -15rem;
  left: 20rem;
  border: 4px solid rgb(148, 255, 71);
  display: flex;
  justify-content: center;
  align-items: center;
}

.noteplace {
  font-family: "Seaweed Script", cursive;
  font-weight: 500;
  padding: 1rem;
}

.fullsc {
  margin-top: -5rem;
  position: fixed;
  z-index: -1;
  height: 110vh;
  width: 100vw;
  object-fit: cover;
  opacity: 0.1;
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.mascotimg {
  position: relative;

  top: -18rem;
  left: 20rem;
  height: 5rem;
  width: 13rem;
}

.loader{
  height: 90vh;
  width: 90vw;
  /* background-color: red; */
  justify-content: center;
  align-items: center;
}