/*
Theme Name:         Splash
Description:        A splash theme for Craftpeak sites.
Version:            1.0.0
Author:             Craftpeak
Author URI:         https://craftpeak.com/
*/


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  align-items: center;
  background: #2e3031;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  position: relative;
}

.logo {
  height: auto;
  max-width: 100%;
  z-index: 300;
}
