@charset "UTF-8";

@font-face {
    font-family: "taebaek";
    src: url(../fonts/TAEBAEK\ font.woff) format("woff");
    font-weight: 600;
}

@font-face {
    font-family: "Pretendard";
    src: url(../fonts/Pretendard-Medium.woff) format("woff");
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap img {
    width: 350px;
}

.wrap h1 {
    font-family: "taebaek";
    font-size: 35px;
    color: #333;
    margin-top: 25px;
    color: #5466C0;
}

.wrap p {
    font-family: "Pretendard";
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
}

.wrap p span {
    color: #0073E8;
}