*{margin: 0; padding: 0; box-sizing: border-box;
    font-family: "pretendard", serif;}
li{list-style: none;}
a{color: inherit; text-decoration: none;}
.btn{
    font-family: "Playfair Display", serif;
    display: flex;
    width: 300px; height: 60px;
    background-color: #FD5A67;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* 컨테이너
.inner{ width:1680px; margin:0 auto; position:relative; } */
