/* Place your custom styles here */


.page-title {
    text-align: center;
    font-size: 36px;
}

.default-header {
  line-height: 0.8;
  padding: 0px 0px 10px 0px;
  border-bottom: 5px solid #1f1f1f;
}

h1 {
  margin: 0px 0px 10px 0px;
  position: relative;
  font-weight: 400;
}


.page-title {
  margin-bottom: 0px;
  margin-top: -500px;
}



.content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .right {
    display: flex;
    align-items: center;
  }
  .right img {
    margin-left: 10px;
  }

