@font-face {
  font-family: "Handserif";
  src: url("./handserif.ttf");
}

body {
  background-image: url("bg_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.center-bar {
  background-color: rgba(255, 190, 255, 0.5);
  
  border-style: outset;
  border-radius: 20px;
  
  width: 60%;
  
  margin: auto;
  padding: 20px 100px 20px 100px;
  
  font-family: Handserif;
  font-size: 30px;
}

.center-bar.info-bubble {
  width: 80%;
  
  margin: auto;
  padding: 50px 50px 50px 50px;
  
  border: inset;
  border-radius: 30px;
}
