@font-face {
  font-family: anaktoria; /* set name */
  src: url(https://mooncalfwaltz.neocities.org/Anaktoria.ttf); /* url of the font */
}

.title {
  color: white;
  font-family: anaktoria;
  font-size: 28px;
}

.warning {
 color: red;
 font-style: italic;
 font-weight: bold;
}

.bullet {
 font-weight: bold; 
 color: #946B2D;
}

body {
  background-color: #0e1a40;
color: white;
}

.blurbcontainer { 
  display: flex;
  justify-content: center;
}

.blurbtext {
            width: 80%;
        }

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

        li:before {
  content: "☆";
  padding-right: 5px;
}
        
        /* visited link */
a:visited {
  color: white;
  text-decoration: underline;
    text-decoration-color: #946B2D;
    -webkit-text-decoration-color: #946B2D;
}
/* unvisited link */
a:link {
  color: white;
  text-decoration: underline;
    text-decoration-color: #946B2D;
    -webkit-text-decoration-color: #946B2D;
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: inherit;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  padding: 10px 20px;
            margin-right: 10px;
            font-size: 14px;
            font-weight: bold;
            background-color: #946B2D;
            border: double white;
            color: white;
            border-radius: 5px;
            transition: background-color 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #0e1a40;
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 20px;
  border-top: none;
}

div.tab {
  text-indent: 50px;
}