/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 14, 2023, 9:02:38 PM
    Author     : AllyCat
*/

@font-face {

    font-family: OswaldLight;
    src: url(../CSSFonts/Oswald-Light.ttf);
}

@font-face {

    font-family: NunitoSans;
    src: url(../CSSFonts/NunitoSans_10pt-Light.ttf);
}

.Section_AboutQuestions {
    padding-top:25px;
    padding-bottom:25px;
    margin: 0px;
    background-color: #CCB405;
    border-bottom: 1px #685001 solid;

}

#Large_Table_AboutQuestions {

    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#Large_Table_AboutQuestions h2 {
    
    font-family: OswaldLight;
    margin: 0px;
    font-size: 50px;

}

.largeArrowBulletIcon{
    width: 40px;
    height: 40px;
}
