.outer{
    display: flex;
    flex-direction: row;
    gap: 24px;
    height: 100vh;
}

.left{

}

.right{
margin-top: 48px;
}

.site-header{
    position: unset;
    min-width: 200px;
}