@font-face {
    font-family: 'PLight';
    src: url('/Font/Pretendard-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PRegular';
    src: url('/Font/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PMedium';
    src: url('/Font/Pretendard-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PSemiBold';
    src: url('/Font/Pretendard-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PBold';
    src: url('/Font/Pretendard-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    font-family: 'PSemiBold', 'PRegular', 'PLight', 'PMedium', sans-serif;
    background-color: #171A1C;
}

.main {
    height: 100vh;
    width: 80%;
    max-width: 1000px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.making_site {
    position: sticky;
    top: 50vh;
    margin-bottom: 60px;
}

.making_site_h1 {
    font-family: "PSemiBold";
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.making_site_p {
    font-family: "PRegular";
    font-size: 20px;
    color: rgb(126, 127, 131);
    text-align: center;
    margin-top: 20px;
}