body {
  font-family: system-ui;
  background: #9fd9ef;
  color: green;
  text-align: center;
  font size: 50px
}

.section {
    text-align: center;
    margin-bottom: 20px; /* Adjust the margin as needed */
    padding: 20px; /* Adjust the padding as needed */
    border: 1px solid #ccc; /* Add a border to separate sections */

.bio {  font-family: system-ui;
  background: #9fd9ef;
  color: green;
  text-align: center;
  font size: 20px
}
  
.link {font-family: system-ui;
  background: #9fd9ef;
  color: green;
  text-align: right;
  font size: 20px
}