@font-face {
    font-family: "cam";
    src:url("camieis.regular.ttf")
}

@font-face {
    font-family: "rht-m";
    src:url("RedHatText-Regular.ttf")
}

@font-face {
    font-family: "pop";
    src:url("Poppins-Medium.ttf")
}

@font-face {
    font-family: "zom";
    src:url("Zombified.ttf")
}
root {
     margin: 0;
    padding:0;
}

body {
    font-family: "rht-m";
    background-color: white;
    margin: 0;
    padding:0;
}

header {
     border-bottom: 5px solid black; 
     overflow: hidden;
}

.pop {
    font-size: 45px;
    font-family: "pop";
}

#brand {
    font-family: "cam"!important;
    font-size: 50px;
    margin: 55px;
    text-align: center;

}


#brand-ss {
    color: red;
    font-family: "zom";
    font-size: 80px;
    margin:0!important;
    padding: 40px;
    text-align: center;

}

#header-ss {
    background-color:#3b0505; 
    
}

#brand-ep {
    font-family: "rht-m";!important;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.standard_text {       
    font-family: "cam"!important;
    padding: 5px;
   
    
}


.container {
    align-content: center;
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    gap: 50px;
    justify-content: center;
    text-align: center;
}

.table_box {
    display:flex;
    text-align: left;
    justify-content: center;
    font-size: 20px;
}




footer {
    
    bottom: 0; 
    font-size: 20px;
    padding: 5px;
}