body {
    background-color: #0f0f0f;
}

.basic-margin {
    margin: 20px 0;
}
  
.light-color {
    color: white !important;
}

.segment:hover {
    outline: 2px dotted white;
}