@font-face {
    font-family: 'Config Rounded Bold';
    src: url('../fonts/ConfigRoundedBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Config Rounded Light';
    src: url('../fonts/ConfigRoundedLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Config Rounded Medium';
    src: url('../fonts/ConfigRoundedMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Config Rounded Black';
    src: url('../fonts/ConfigRoundedBlack.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 

@font-face {
    font-family: 'Config Rounded Regular';
    src: url('../fonts/ConfigRoundedRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Config Rounded Semi bold';
    src: url('../fonts/ConfigRoundedSemibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Config Rounded Regular';
    src: url('../fonts/ConfigRoundedRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#titlet {
    font-family: 'Config Rounded Bold';
    color: #500B75;
    justify-content: center;
    text-align: center;
}

#title {
   justify-content: center;
   text-align: center;
   font-size: x-large;
}
