﻿html, body {
    scroll-behavior: smooth; /* Enables smooth scrolling */
}

.site-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.vertical-space-div {
    height: 20px;
}