<style>
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
* {
font-family: "Pretendard",serif;
}
body{
background-color: #948572;
}
.profile{
width:100px;
height:100px;
border-radius: 100%;
border : 2px solid white;
background-image: url('제목없음.jpg');
background-position : center;
background-size:cover;
}
.main{
color: #533c2c;
font-size : 20px;
margin-top : 30px;
margin-bottom : 0px;
}
.sub{
color: #533c2c;
font-size : 14px;
margin-bottom : 30px;
}
.wrap{
width: 300px;
margin:30px auto 0px auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.warp>a{
width: 300px;
height: 50px;
background-color: white;
border-radius :8px;
margin-bottom :10px;
font-size:14px;
font-weight:bold;
color:#948572;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none;
box-shadow:3px 3px 5px 0px black ;
}
.warp > a:hover{
background-color:antiquewhite;
}