@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;
}

body
{
    font-family: 'DungGeunMo';
    background-color: blue;
    color: white;
    word-break: keep-all;
    line-height: 190%;
    font-size: 140%;
    text-align: left;
}

.line
{
    text-indent: 3%;
    color: yellow;
    margin-top: 5%;
    margin-bottom: 5%;
}

.intro
{
    position: absolute; 
}

a{
    color: inherit;
    
}

a:hover{
    color: red;
}

.me
{
    text-align: left;
    margin-bottom: 3%;
}

.him
{
    text-align: right;
    margin-bottom: 3%;
    color: yellow;
}

.question
{
    text-align: center;
    background-color: white;
    color: blue;
    margin-top: 5%;
    margin-bottom: 5%;
}

.image
{
    margin-top: 1%;
    margin-bottom: 1%;
}

.colorbox
{
    background-color: white;
    color: blue;
}

.yellow
{
    background-color: yellow;
    color: blue;
}