@import url('https://fonts.googleapis.com/css2?family=Codystar:wght@300;400&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.codystar-regular {
  font-family: "Codystar", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body, html {
  height: 100%;
  background-color: #ffffff;
  font-family: 'Helvetica', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  margin-left:50px;
  padding:20px;
  position: absolute;
  top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  color: #444;
  letter-spacing: 0.1rem;
}

img {
  margin-top:40px;
  padding:20px;
  padding-bottom:65px;
  max-width: 80%;
  max-height: 80vh;
  object-fit: contain;
  cursor: pointer;
  box-shadow:  3px 4px 10px rgba(0,0,0,0.15);
}

.footer {
  position: absolute;
  bottom: 1rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  color: #888;
  letter-spacing: 0.05rem;
}
