/* src/css/main.css */
@font-face {
  font-family: Garamond;
  src: url("./EBGaramond-m3e51kq6.ttf");
}

body * {
  font-family: Garamond !important;
}

h1 {
  color: #eee;
  text-shadow: 5px 5px #0000004d;
}

body {
  background: linear-gradient(45deg, #1cb5e0 0%, #000851 100%) no-repeat fixed;
}

#main {
  width: 400px;
  height: 300px;
}

.box {
  box-sizing: border-box;
  background: #eee;
  border-radius: 5px;
  box-shadow: 5px 5px #0000004d;
}

.message {
  position: absolute;
  top: -2px;
  left: 25px;
}
