@font-face {
	font-family: 'Hasklig';
	src: url(fonts/Hasklig/Hasklig.ttf);
}

html{
  display: flex;
  flex-flow: row nowrap;  
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background:#2c3f58;
    }

body {
  background: #2c3f58;
  color: #00d75f;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.head {
  display: flex;
  flex-direction: column;
}

.category {
  align-items: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bookmark {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
}

.bookmarks {
  display: flex;
  flex-direction: column;
  border: #336889;
  border-radius: 0px;
  align-items: center;
  align-self: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background: #336889;
  height: 100%;
  width: 100%;
}

.logo {
  align-self: center;
  padding: 15px;
}

.icon {
  align-self: center;
  justify-content: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
}

.input_box {
  align-self: center;
  border: none;
  outline: none;
  background: none;
  padding-right: 0px;
  padding-left: 0px;
  width: 500px;
  color: #00d75f;
  font-family: "Hasklig", sans-serif;
  font-size: 22px;
  border-radius: 0px 0px 0px 0px;
  height: 70px;
  text-align: left;
}

.button {
  background: none;
  border: none;
  transition-duration: 0.6s;
  position: fixed;
  padding-left: 0px;
  padding-right: 0px;
  width: 70px;
  height: 70px;
  opacity: 60%;
}

.engine {
  background: none;
  padding-left: 10px;
  padding-right: 0px;
  width: 70px;
  border: none;
  transition-duration: 0.6s;
  position: relative;
  opacity: 60%;
}

form {
  margin: 0px;
  padding: 0px;
}

.footer {
  position: relative;
  align-items: center;
  align-self: center;
  left: 1;
  bottom: 0;
  font-family: "Hasklig", sans-serif;
  font-size: 18px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #00d75f;
  text-align: center;
}

.search_box {
  display: flex;
  background: #336889;
  width: 600px;
  padding: 0px;
  margin-bottom: 40px;
  border-radius: 3px 3px 3px 3px;
  /*  box-shadow: 0px 4px 5px #171D20; */
  align-self: center;
  height: 70px;
}

.engine:hover {
  filter: saturate(150%) brightness(120%) !important;
  opacity: 100%;
}

.button:hover {
  filter: saturate(150%) brightness(120%) !important;
  opacity: 100%;
}

li {
  font-family: "Hasklig", sans-serif;
  font-size: 16px;
  list-style-type: none;
  padding: 5px
}

a:link {
  text-decoration: none;
  color: #00d75f;
}

a:visited {
  color: #00d75f;
}

a:hover {
  color: #34a6da;
}

div.bookmarks.code a:hover {
  color: #34a6da;
}

div.bookmarks.reddit a:hover {
  color: #34a6da;
}

div.bookmarks.ent a:hover {
  color: #34a6da;
}
