body {
	background-image: url("https://bakong.w10.site/media/images/iK84esXVXjUC-RIATM.png");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
    
    /* background-repeat: no-repeat; /* Prevents image repetition */
    /* background-position: center center; /* Centers the image within the container */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI This', sans-serif;
}

.titles {
    color:white;
    text-align: center;
}

#quote-display {
    color: orange;
    text-align: center;
    font-size: 80%;
}

@font-face {
    font-family: 'Segoe UI This';
        src: url('/media/styles/font/segoeuithis.ttf') format('truetype');
         /*url('/media/styles/font/segoeuithisi.ttf') format('truetype'),*/
         /*url('/media/styles/font/segoeuithisd.ttf') format('truetype'),*/
         /*url('/media/styles/font/segoeuithisz.ttf') format('truetype');*/
}	