.speech-bubble {
	position: relative;
	background: #d4d4d4;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 6%;
	left: 50%;
	width: 0;
	height: 0;
	border: 27px solid transparent;
	border-bottom-color: #d4d4d4;
	border-top: 0;
	border-right: 0;
	margin-left: -13.5px;
	margin-top: -27px;
}

#bubble{
  width: 300px;
  height: 200px;
  }
  
.dd{
  float:left;
  }
  
  #st{
    margin: 20px;
    }
    
    @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';
  }
  
p {
  font-size: 14px;
  }
  
  li {
  font-size: 14px;
  }
  
  #text {
    margin: 10px;
    }