@font-face {
    font-family: 'DungGeunMo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 100%;
}

a{
    text-decoration: none;
}

a:link, :visited{
    color: yellow;
}

body{
    font-family: 'DungGeunMo';
    color: white;
    background-color: hotpink;
}

.heart{
    font-size: 20vw; 
}

.title{
    font-size: 20vw;

}

.stage{
    font-size: 10vw;
}

.hint{
    font-size: 3vw;
}