@charset 'UTF-8';

body {
  margin: 0;
  padding: 0;
  font-family: Century Gothic, sans-serif;
}

.full-image {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../images/bg-ovd.jpg") center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1 {
  font-size: 2rem;
  color: #f7f7d1;
  text-shadow: 0px 0px 4px rgb(88, 88, 88);
}

@media only screen and (max-width: 600px) {
  .full-image {
    background: url("../images/bg-ovd-sp.jpg") center / cover;
  }
}
