body {
  background-color: #e0aaff;
  font-family: Arial, Helvetica, sans-serif;
}


.head-container {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

a, div, button {
  font-family: Arial, Helvetica, sans-serif;
}

.opening-con {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.img-img {
  width: 300px;
}

.img-details {
  width: 500px;
  font-size: small;
  text-align: center;
}

.opening-hr-con {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #003049;
  width: 1000px;
}

.navigation-link {
  background-color: #003049;
  padding: 5px;
  margin: 2px;
}

.navigation-link:hover {
  cursor: pointer;
  opacity: 0.5;
}

.navigation-main-con {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a {
  text-decoration: none;
  color: #bde0fe;
}

.footer-main-con {
  font-size: small;
  background-color: #cd90f0;
  padding: 10px;
  text-align: center;
}

.todolist-space {
  margin-bottom: 30px;
  margin-top: 10px;
}

.todo-grid, .todo-input-grid {
  display: grid;
  grid-template-columns: 200px 150px 100px;
  column-gap: 10px;
  row-gap: 10px;
}

.todo-input-grid {
  margin-bottom: 10px;
}
