@font-face {
    font-family: 'teampwr-font';
    src: url('./font.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'teampwr-font', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    text-align: center;
}
h1 {
    font-size: 5rem;
    margin: 20px 0 0 0;
    font-weight: bold;
}
.content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.timer-container {
    margin-bottom: 4rem;
}
.label {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.theatrical-color {
    color: #000000;
}
#theatrical-timer {
    font-size: 7rem;
    font-weight: bold;
    line-height: 1;
}
.youtube-color {
    color: #444444;
}
#youtube-timer {
    font-size: 5.5rem; 
    font-weight: bold;
    line-height: 1;
}