<style>
a {
box-shadow:0 0 20px #f0f0f0;
width:200px;
height:50px;
border-radius:20px;
display:flex;
justify-content:center;
align-items:center;
font-family:"SamsungOne 400";
}
a, a:visited, a:hover, a:active {
color: inherit;
text-decoration: inherit;
}
</style>
<a href="apple.com">애플</a>
디시 글에 html 어케 집어넣음