﻿html {
    width: 100%;
    height: 100%;
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #fff;
}

body {
    width: 100%;
    height: 100%;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}
