/*
======================================================================
main
======================================================================
*/
@font-face{
    font-family: 'iMWritingDuo Nerd Font';
    src: url('https://file.garden/aaLm0lYbekwSrT7j/fonts/fonts/iMWritingDuoNerdFontPropo-Regular.ttf')
}

Html {
    background-color: rgb(75, 0, 75);
    color: white;
    font-family: 'iMWritingDuo Nerd Font', 'ms gothic';
    text-align: center;
    font-size: 16px;
}
/*
======================================================================
main
======================================================================
*/

/*
======================================================================
font sizes
======================================================================
*/
.titleText {
    font-size: 32px;
}
.headingText {
    font-size: 28px;
}
.subHeadingText {
    font-size: 24px;
}
.subSubHeadingText {
    font-size: 20px;
}
/*
======================================================================
font sizes
======================================================================
*/

#stylizedLink {
    color: rgb(129, 206, 248);
    text-shadow: 0px 0px 5px rgb(182, 223, 245);
}


        #tempMainContainer {
            border: black 2px solid;
            border-radius: 4px;
            background-color: rgb(41, 27, 55);
            box-shadow: 16px 16px 0px rgb(255, 192, 224);
            margin-left: 20%;
            margin-right: 20%;
            margin-top: 2%;
            margin-bottom: 4%;
            padding-left: 1%;
            padding-right: 1%;
            padding-bottom: 1%;
        }
        .smallText {
            font-size: 10px;
        }
