#artikel{
    width: 100%;
    /* background-color: red; */
    padding: 1em 0;
    display: flex;
    /* height: 650px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#artikel .container {
    width: 95%;    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;


}

#artikel .container #switch{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
}

.row-artikel{
    margin-top: 1em;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
}