button {
    margin-left :15px 
}

.child{
    position: absolute;
    
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

h1 { 
    color: #007bff; 
    font-family: 'Trocchi', serif; 
    font-size: 45px; 
    font-weight: normal; 
    line-height: 48px; 
    margin: 0; 
}

#col-border{
    border-right-style:solid;
    border-color:black;
    border-width: thin;
    padding-right: 30px;
}

#col-padding{
    padding-left: 35px;
}

#performance-title { 
    color: #007bff; 
    font-family: 'Trocchi', serif; 
    font-size: 25px; 
    font-weight: normal; 
    margin: 0; 
}


#separator-left{
    border-left: 3px solid white;
}

#separator-right{
    border-right: 3px solid white;
    padding-right: 15px;
}

#left-space{
    margin-left: 15px;
}

#add-right-padding{
    padding-right:15px;
}

#navbar-text{
    padding-right: 15px;
    color: white;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;  
    background: white;
    outline: none;
    opacity:0.8 ;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
  }

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #28a745;
    cursor: pointer;
}

@media only screen and (max-width: 1026px) {
    #separator-left {
        display: none;
    }
}