body {
    font-family: 'IBM Plex Sans KR', sans-serif;;
    margin: 2em auto;
    max-width:1050px;
    padding: 1em;
    padding-top: 0px;
    font-weight: 300;
    font-style: normal;
    line-height: 200%;
    background-color:#202020;
    color:#F0F0F0;
}
video {  
    max-width: 100%;
    height: auto;
}
textarea{
    font-family: 'IBM Plex Sans KR', sans-serif;;
    background-color: #303030;
    color: #F0F0F0;
    width: 600px;
    max-width: 100%;
    height: 120px;
    font-size: medium;
}
img {  
    max-width: 100%;
    height: auto;
}
h1{
    font-family: "Major Mono Display", monospace;
    font-weight: 400;
    font-style: normal;
}
.stylized{
    font-family: "Major Mono Display", monospace;
    font-weight: 400;
    font-style: normal;
}
.srccode{
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 350;
    font-style: normal;
}
.intLink{
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #b6defa;
}
.extLink{
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #effab6;
}