@font-face {
    font-family: 'dotdot';
    src: url('../fonts/dot.ttf') format('truetype');
    font-weight: normal; /* You can specify weights if needed */
    font-style: normal; /* Specify style if needed */
}

body {
    font-family: 'dotdot', sans-serif;
    font-size: 30px; /* Apply the custom font */
}

#videoFrame {
    border: 3px solid #ffd911; /* Change to your desired border color */
   /* border-radius: 5px; */ /* Optional: Add rounded corners */
    /* Optional: Add some padding to separate the iframe from its container */
   /* padding: 10px;*/
    /*box-sizing: border-box; /* Ensures padding is included in the total width/height */
}