body {
  background-color: rgb(26, 3, 3);
  
}


.bigg {
  font-family: "Montserrat";

  font-size: 2.5em;
  color:rgb(227, 227, 227);
  text-align: right;

  padding: 1em 1em 1em;
}


.textplace {
  font-family: "Montserrat";
  font: "Lora";
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  color:rgb(240, 10, 163);
  border-style: none none none groove; 
  border-color: rgb(240, 10, 163);
  border-width: 2px;
  background-color: rgba(240, 10, 98, 0.085);
  padding: 1em 1em 1em;
}


.textplaceother {
  font-family: "Lora";
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color:rgb(227, 227, 227);

  background-color: rgba(33, 33, 33, 0.085);
  padding: 1em 1em 1em;
}


