* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

h1 {
  color: #00246B;
  padding-bottom: 10px;
}

.newImg {
  text-align: center;
  width: 50%;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00246B;
  padding: 10px 20px;
}

.logo img {
  height: 100px;
}

.headerText {
  color: aliceblue;
  position: absolute;
  left: 150px;
  top: 50px;
}

.nav {
  position: relative;
}

.nav-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin: 0 10px;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  transition: background-color 0.3s;
}

.nav-menu a:hover {
  background-color: white;
  color: #00246B;
}

.nav-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  flex: 1;
  padding: 20px;
  text-align: center;
  border: 1px solid #CADCFC;
}

.column:nth-child(odd) {
  background-color: #CADCFC;
}

.column:nth-child(even) {
  background-color: #CADCFC;
}

.column3 {
  flex: 1;
  padding: 20px;
  text-align: center;
  border: 1px solid #CADCFC;
}
.column3:nth-child(odd) {
  background-color: #CADCFC;
}

.column3:nth-child(even) {
  background-color: #CADCFC;
}


ul {
  text-align: left;
  font-family: serif;
}


/* Responsive layout */
@media (max-width: 768px) {
  .column {
    flex: 100%;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #00246B;
    width: 100%;
  }
  .nav-menu.show {
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 20px;
}

.link-list {
  max-width: 600px;
  margin: 0 auto;
}

.link-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #CADCFC;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.link-title {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}

.link-title:hover {
  text-decoration: underline;
}

.link-description {
  font-size: 14px;
  color: #00246B;
  margin-top: 5px;
}


.collapsible {
  background-color: #00246B;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: white;
  color: #00246B;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #CADCFC;
}

.article {
  background-color: aliceblue;
  color: #00246B;
  padding: 15px;
  height: 500px;
  min-height: 95%;
  overflow: auto;
  flex-direction: column;
  }

.buttonsm {
  width: 25%;
  margin: 15px;
  text-align: center;
}

button {
  background-color: #00246B;
  color: white;
  cursor: pointer;
  padding: 18px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .button:hover {
  background-color: white;
  color: #00246B;
}

hr {
  margin: 15px;
}
.blogcontent {
  text-align: left;
  font-family: serif;
}


footer {
  height: 80px;
  background: #00246B;
  color: white;
}

footer .lastMod {
  position: absolute;
  right: 50px;

}

footer .footerText {
  position: absolute;
  left: 50px;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #00246B;
  cursor: pointer;
}
.dropdown:hover .dropbtn {
  background-color: white;
  color: #00246B;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: aliceblue;
  color: #00246B;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown .dropdown-content {
  position: absolute;
}

.xkcdImage {
  min-width: 600px;
}

.xkcdImage img {
  max-width: 100%;
  min-width: 100%;
  display: block;
}

input {
  font-size: large;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 30px;
}

input:focus{
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}
input::placeholder{
  color: #aaa;
}
input:focus::placeholder{
  color: #bfbfbf;
}

.game {
  align-content: center;
  padding: 10px;
  border: 2px solid black;
  background-color: aliceblue;
  margin-bottom: 30px;
}

.word {
  font-family: serif;
  font-size: xx-large;
  padding: 30px;
}

.hint {
  text-emphasis: #00246B;
  position: relative;
  height: 10px;
}