/* Reset default browser styles */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style: none;
  text-align: center;
}

/* Global Styles */
body {
  font-family: 'Bungee', sans-serif;
  background-color: #f8f8f8;
  color: #000000;
  line-height: 1.6;
  padding: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cfilter%20id%3D%22noise%22%3E%20%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%20%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220.13671875%200%200%200%200%200%200.109375%200%200%200%200%200%200.1796875%200%200%200%200%200%200.609375%200%22%20%2F%3E%20%3C%2Ffilter%3E%20%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(80deg, #9A78AB 23%, #644EA3 88%);
}



/* Typography Styles */
h1 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 10px;
    color: #d4d4d4;
    text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #d4d4d4;
    text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}
h3{
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
}

.container {
  background-color: #ffffff36;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.container.default {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Image Styles */
.image {
    margin-bottom: 10px;
}

.image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* List Styles */
.row {
    line-height: 80%;
    display: flex;
}

.column {
  flex: 50%;
}

/* Divider Styles */
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px;
}


#TaC {
    font-size: 15px;
}