/* (c) 13 am project | https://13am.pro */

html {
  height: 100%;
}

body {
  background-color: #FAFAFA;
  height: 100%;
  margin: 0%;
}

#banner {
  background-image: url('ironcat.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100vh;
}