@font-face {
    font-family: 'OpenSANS';
    src: url('https://jbu.me/fonts/OpenSans-VariableFont_wdth,wght.ttf');
}

@font-face {
    font-family: 'Oswald';
    src: url('https://jbu.me/fonts/Oswald-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'KanitMedium';
    src: url('https://jbu.me/fonts/Kanit-Medium.ttf');
}
@font-face {
    font-family: 'KanitLight';
    src: url('https://jbu.me/fonts/Kanit-Light.ttf');
}
body {
    font-family: 'KanitLight';
    background: blue;

}
p {
    color: white;
    margin: auto;
    text-align: center;
}
h1 {
    text-align: center;
    padding: 0px;
    top: -10px;
}

a {
    color: white;
    text-decoration: none;
}

.image {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    height: 30vh;
}
ul {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
li {
    
    list-style-type: none;
    text-align: center;
    padding: 4px;
    background: #66f;
    border: 1px solid lightgrey;
    font-size: 12pt;
    color: white;
}
li a {
    text-decoration: none;
}
