
/*  if this font breaks any copyrights, contact us at contact@sunghantah.org. sorry!! this is a hobby project, honest! */
@font-face {
    font-family: 'samsansbold'; 
    src: url('fontkeren/samsungsharpsans-bold.woff') format('woff');
}

.sambold {
    font-family: 'samsansbold';
}

body {
    margin: 0;
    height: 100vh;              /* makes body fill full screen */
    display: flex;              /* activate flexbox */
    flex-direction: column;     /* keep your iframe above the text */
    justify-content: center;    /* vertical centering */
    align-items: center;        /* horizontal centering */
    background-color: rgb(26, 26, 26);
}
/* pardon for using ai i just struggle to fucking center this thing */



.container {
    text-align: center;
}

h1 {
    color: rgb(233, 233, 238);
}

a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: rgb(196, 193, 240);
}
a:active {
    color: rgb(112, 119, 223);
}