.main-content__header 
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1vh 1vh;
    padding: 1dvh 1dvh;
    border-bottom: 0.2vw solid red;
}
