#install-button {
  position: fixed;
  top: 20px;
  right: 5%;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 20px;
  background-color: #ff69b4; /* 버튼의 배경색을 원하는 색상으로 변경하세요 */
  color: #ffffff; /* 텍스트 색상을 원하는 색상으로 변경하세요 */
  font-weight: 600;
  text-align: center;
  display: none; /* 초기에는 숨김 상태로 설정 */
  cursor: pointer;
}