@font-face {
  font-family: "BeautyDemo";
  src: url("../css/fonts/BeautyDemo.otf");
}
@font-face {
  font-family: "BeautyDemo";
  src: url("../css/fonts/BeautyDemo.ttf");
}
@font-face {
  font-family: "Caramel";
  src: url("../css/fonts/Caramel.ttf");
}

body {
    padding: 0;
    margin: 0;
    font-family: serif;
    background-color: #d4e4c1;
  }
  .acc {
    width: 344px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  h1 {
    font-family: "Caramel";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    text-align: center;
  }
  .container img {
    border-radius: 5px;
    width: 12em;
    margin: 12px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }