
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@700&display=swap');

.oltl {
    list-style-type: none;
  }
  
 .oltlli {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
    font-family: 'Anonymous Pro', monospace;
  }
  
  .oltlli:before {
    content: '';
    background-color: #c00;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 6px;
    width: 3px;
  }
  
  .oltlli:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23c00' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
  }

  .tlyear{
    color: #000000;
    font-family: 'Anonymous Pro', monospace;
  }

  .tlbg{
    
    background-image:url("/static/images/about/vintage.webp") ;
    background-repeat: repeat-y
    background-size: auto;
  }