@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html,
body {
    height: 100%;
}

#payment-button {
    width: 80%;
    height: 60px;
    border-radius: 50px;
    background-color: #6C44FD;
    color: #FFFFFF;
    border: none;
    font-size: 20px;
    font-weight: 700;
}

.title {
    font-family: 'Pretendard';
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #000000;
    margin-top: 30%;
    margin-bottom: 5%;
}

.desc {
    font-family: 'Pretendard';
    font-style: normal;
    color: #979797;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 80%;
}
.button-container{
    display: flex;
  justify-content: center;
  align-items: center;
}