@font-face {
    font-family: 'ghanachoco';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ghanachoco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GangwonEduSaeeum_OTFMediumA';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduSaeeum_OTFMediumA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Yeongwol';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2507-2@1.0/YeongwolTTF-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.3;
    color: #000000;
    background-color: rgb(233, 204, 219);
    padding-top: 25px;
    width: 93%;
    margin: auto;
    padding-bottom: 30px;
}

a {
    color: rgb(156, 61, 110);
    background-color: rgb(254, 242, 248);
    padding: 12px;
    border: 4px solid rgb(156, 61, 110);
    border-radius: 3% 78% 3% 69%;
}

h1 {
    font-family: ghanachoco;
    font-weight: 100;
    line-height: 1.6;
    text-align: center;
}

h2 {
    font-family: yeongwol;
    line-height: 0.8;
    color: rgb(156, 61, 110);
    font-size: 30px;
}

.paragraphe {
    font-family: 'GangwonEduSaeeum_OTFMediumA';
    font-size: 2.5vmax;
    line-height: 0.8;
    margin: 10px;
}

.title {
   font-family: ghanachoco;
    font-size: larger;
    color: rgb(156, 61, 110);
    margin-bottom: 16px;
}

img {
    width: 90%;
    margin-left: 5%;
}