body {
    margin: 5%;
    font-family:"SegoeUI", sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
   
a {
    border-bottom: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.page-layout {
  display: flex;
  gap: 75px;
  align-items: flex-start;
}

.page-content {
    max-width: 700px;
    margin-top: 5px;
}