/* General Styles */
body {
    font-family: 'Georgia', serif;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f5f5f0 url('canvas.jpg') repeat;
    background-size: 1000px;
}

/* Container */
.container {
    width: 80%;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    padding: 100px;
}

/* Header */
.header {
    text-align: center;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
}

.header h1 {
    font-size: 4em;
    margin: 0;
    color: #4a4a4a;
    font-family: 'Courier New', Courier, monospace;
}

.header p {
    font-size: 2em;
    color: #777;
}

p {
    font-size: 1.6em;
}
/* Sections */
.section {
    margin: 20px 0;
}

.section h2 {
    font-size: 2em;
    color: #4a4a4a;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Courier New', Courier, monospace;
}

.exheader{
    font-size:1.6em;
}

/* Lists */
ul {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
    
}

ul {
    margin: 10px 0;
    margin-left: 10px;
}
li{
    margin-left:50px;
}
.sparkle::before{
    content:'\2728 ';
    margin-right:10px;
}
li::before {
    content:'\022C6 ';
    color: #8b4513; /* Earthy brown color */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Contact Info */
.contact-info {
    text-align: center;
    margin-top: 20px;
}

.contact-info a {
    color: #8b4513;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1.5em;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Footer */
.footer {
    text-align: center;
    margin-top: 100px;
    font-size: 0.9em;
    color: #777;
}

/* Images */
.circleimg {
    border-radius: 100%;
    Height:250px;
    float: right;
}
.sectionimg{
    height:400px;
    float:right;
    margin-left:30px;
}
.badge {
    border-radius: 100%;
    height: 150px;
    float:right;
    width:150px;
}
.mediumimg{
    border-radius: 20px;
    float:right;
    height:200px;
}

/* Star trial */
body {
	background-color: #2e3537;
}

.star {
	position: fixed;
	pointer-events: none;
}

.star:before, .star:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2728 ';
	font-size: 9px;
}

.star:before {
	color: transparent;
	text-shadow: 0 0 3px rgb(250, 250, 174);
}

.star:after {
	background: darkgoldenrod;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}