    @font-face {
        font-family: 'pixelbubl'; 
        src: url('../assets/fonts/header.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'pixel'; 
        src: url('../assets/fonts/main.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    body {
        background-color: #000000;
    }

    h1 {
        color: #ffa600;
        text-align: center;
        font-size: 45px;
        font-family: 'pixelbubl';
    }
    h2 {
        color: #ffa600;
        text-align: center;
        font-size: 27px;
        font-family: 'pixelbubl';
    }

    p {
        color: #eca14b;
        line-height: 1.5;
        font-size: 26px;
        font-family: 'pixel';
    }
    span {
        color: #eca14b;
        line-height: 1.5;
        font-size: 26px;
        font-family: 'pixel';
    }

    button {
        background-color: #cdab24;
        color: #ffd500;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
    }
    a {
        color: #cec40a;
        font-family: 'pixel';
        font-size: 26px;
    }
    #alap {
        color: #000000;
    }
    #alapli {
        color: #b35300;
    }
input {
    background-color: #ff8000;
}
    iframe-container {
        align-items: center;
        height: 100vh;
    }
    iframe {
        align-self: center;
        width: 1000px;
        height: 800px;
    }
    #small {
        color: #808080;
        font-size: 14px;
        text-align: center;
    }
    #ti {
        color: #ADD8E6;
        font-size: 52px;
    }
    #pbub {
        font-family: 'pixelbubl';
    }
    #nonsense {
        color: #3400ee;
    }
    #greentr {
        color: #1dda00;
    }
    #tabs {
        color: #ff9900;
        text-align: center;
        border: 5px dashed #b35300;
        background-color:#ff9900;
    }
    #spanac {
        width: 100%;
    }
#mute {
    background-color: #FF0000;
}
#small2 {
    color: #808080;
    font-size: 14px;
}
#cert {
    color: #fcfc00;
}
