* {
  box-sizing: border-box;
}

body {
  font-family: arial, sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.logo-container {
  background: #fff;
  margin: 0 auto;
}
.logo {
  margin: 0 auto;
  background-image: url("../inc/img/skh_logo.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  width: 100%;
  /* height: 60vh; */
  height: 300px;
  max-width: 300px;
  /* min-height: 160px; */
  padding: 0 20px;
}
.notice {
  width: 100%;
  text-align: center;
  font-size: 26px;
  padding: 0 20px;
  color: #04048A;
}
