@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Pretendard-Regular', sans-serif;
  text-align: center;
}

#shortenedUrl {
  display: none;
  width: 207px;
  background-color: beige;
  padding: 10px;
  margin: 10px auto;
}

.bottonBox {
  margin-top: 10px;
}