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

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Pretendard', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #0a0d16;
    color: #fff;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: url('../img/pc.png') center / cover no-repeat;
}

.hero__content {
    position: relative;
}

.hero__title h2 {
    display: inline-block;
    margin: 0 0 15px;
    padding: 5px 20px;
    border-radius: 5px;
    background: #5254a3;
    color: #fff;
    font-size: 85px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hero__title h3 {
    margin: 0;
    color: #fff;
    font-size: 65px;
    font-weight: 600;
}

.hero__desc {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -2px;
}

.hero__dot {
    width: 18px;
    height: 18px;
    background: #5254a3;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
