body {
  background-color: rgb(201, 214, 243);
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}


.toolbar .nav {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}

.toolbar .nav-item {
  margin-right: 10px;
}

.toolbar .nav-link {
  color: #fff;
  text-decoration: none;
}


.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}

.search-form input[type="text"],
.search-form button[type="button"] {
  flex: 0 0 auto;
}


.search-form button[type="button"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 200px 100px;
  text-align: center;
}

h1 {
  color: #333;
}

p {
  color: #777;
}

#linksContainer {
  margin-top: 30px;
}

.link-box {
  background-color: #f8f9fa;
  margin-left: 20%;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 95px;
  height: 95px;
}

.link-box a {
  color: #333;
  text-decoration: none;
}

.link-box a:hover {
  text-decoration: none;
}
