﻿@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Prompt&display=swap');

body {
    background-color: gainsboro;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: brown;
}

.headblock {
    background-color: #400D02;
    width: auto;
    height: auto;
    padding: 15px;
}

.headsubject {
    background-color: white;
    width: auto;
    height: auto;
    padding: 15px;
    margin-top: 0px;
}

.bordervideo1 {
    background-color: white;
    width: 60%;
    height: auto;
    padding: 10px;
    margin: auto;
    border-radius: 5px;
}

.borderheadvdo {
    border: 1px #9baec1 solid;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 25px;
    border-radius: 10px;
    margin: auto;
}

.fontKdam {
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.fontPromt {
    font-family: 'Prompt', sans-serif;
}

.footer {
    background-color: gainsboro;
    width: auto;
    height: auto;
    padding: 15px;
    margin-top: 0px;
}
