/* 
body {
  background-image: url("/img/Rina_Logo.png");
  background-repeat: space;
  background-size: 2rem;
   }
 */

body {
  margin: auto !important;
  background-image: url("/img/test3.png");
  background-repeat: space;
  background-size: 80px;
}

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin: 1rem;
}
.rina {
  padding-bottom: 1rem;
  height: 30rem;
  width: 60rem;
  object-fit: cover;
  object-position: 50% 50%;

  margin: auto;
}
/* 
.textbox {
  max-width: 50rem;

  margin: 1rem auto;
  border: thin solid grey;
  border-radius: 0.1rem;
  padding: 1rem;
  background-image: url("/img/test.png");
  background-repeat: space;
  background-size: 5rem;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: thin;
  color: white;
}
 */

.textbox {
  max-width: 50rem;

  margin: 1rem auto;
  padding: 1rem;
  border: 0.2rem dashed grey;
  background-color: white;
}

.textbox p:first-child,
.textbox p:last-child {
  margin: 0;
}
