
body{
    background-color: #23262D;
}

#about,#spectrum,#clients,#asso{
    padding:0px 25px;
    position: relative;
    
}
.specBox{
    display: flex;
    text-align: center;
}
.specbox11{
    height: 30px;
    width: 200px;
    border: 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hr1{
    position: sticky;
    top: 70px;
}
#about p{
    color: white;
    text-align: center;
}
#about h3{
    text-align: center;
    color:#D39C4B;
}
#spectrum p,h5{
    color: white;
    font-size: 0.5;
    text-align: center;
}
#spectrum h3{
    text-align: center;
    color: #D39C4B;
}
.specBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
#clients{
    position: relative;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#clients h3{
    text-align: center;
    color: #D39C4B;
}
#clients img{
    width: 700px;
   
}
#asso h3{
    text-align: center;
    color: #D39C4B;
}
#asso{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#asso img{
    width: 700px;
}
#about h3,#spectrum h3,#clients h3,#asso h3{
    font-size: 2.5rem;
}