body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: black;
    color: whitesmoke;
    /*height: 5000px;*/
}

.divisor_a {
    width: 100%;
    height: 70px;
    /*background: rgb(255, 255, 255);
      background: linear-gradient(358deg, #333333 0%, #333333 49%, rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%);*/
    background: rgb(10, 10, 10);
    background: linear-gradient(358.5deg, rgb(10, 10, 10) 0%, rgb(10, 10, 10) 45%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 100%);
}

.divisor_b {
    width: 100%;
    height: 70px;
    /*background: rgb(0, 0, 0);
      background: linear-gradient(358deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 49%, #333333 51%, #333333 100%);*/
    background: rgb(10, 10, 10);
    background: linear-gradient(358.5deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgb(10, 10, 10) 55%, rgb(10, 10, 10) 100%);

}

.separator {
    background: #000000;
    background: linear-gradient(358deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(209, 0, 0, 0) 51%, rgba(237, 221, 83, 0) 100%);
}

