﻿.two-column{

    display:flex;

    gap:40px;

}

.sidebar{

    width:280px;

}

.content{

    flex:1;

}