body {
  background-color: black;
  color: white;
  font-family: "Roboto Slab", Slab, serif;
  }
  
#center-block {
  width: 600px;
  height: 200px;
  background-image: url("/media/bg.svg");
  display: flex;
  flex-direction: column;
  margin: 10px;
  }
#cb-border {
  display: flex;
  justify-content: center;
  border: solid; 
  margin: 0 auto;
  width: 620px;
}
.center {
  text-align: center;
  }
.cb-row {
  display: flex;
  flex-direction: row;
  height: 100px;
}
.cb-fill {
  width: 370px; 
}
.heading {
  font-weight: 700;
  font-size: 54px;
  align-content: center;
  }
h2 {
  font-weight: 600;
  font-size: 24px;
  }
p {
 font-weight: 600;
 font-size: 20px;
  }
a {
  color: #f1c0fc;
 }