@import url('https://chinese-fonts-cdn.deno.dev/packages/dymh/dist/DouyinSansBold/result.css');

body {
    font-family: 'Douyin Sans';
    font-weight: '400';
}

.main {
    max-width: 625px;
    padding: 12px 15px;
    margin-top: 75px;
    min-height: calc(100vh - 200px);
}

#video {
    height: 200px;
    max-height: 400px;  
    width:100%;
    margin: 0 auto;
}

iframe {
    max-height: 300.5px;
    min-height: 200px;    
}

nav.navbar .container-fluid {
    max-width: 800px;
}

a {
    text-decoration: none;
}

.main .card img.card-img-top {
    max-height: 200px;
}

.main .card {
    margin: 10px 0px 10px 0px;
}