body {
    background-color: #232C3E;
}

.navbar {
    position: relative !important;
}

.abuse {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.abuse-section {
    margin-top: 40px;
    margin-left: 20%;
    margin-right: 20%;
}

.abuse-h1 {
    color: #70A0FF;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.abuse-subtext {
    font-size: 1.25em;
}

.abuse-subtext a {
  color: #5EBBFF;
  font-weight: bold;
}

.abuse-header hr {
    background-color: #70A0FF;
    height: 3.5px;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 40%;
}
