/*
Theme Name: SRV Technology
Theme URI: https://themeforest.net/
Author: Mohini Trivedi
Author URI: https://example.com/
Description: Converted WordPress theme from ThemeForest HTML.
Version: 1.0
Text Domain: mytheme
*/

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
