@font-face {
  font-family: cosmo;
  src: url("assets/fonts/PressStart2P-Regular.ttf") format(truetype);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  background-color: rgb(8, 8, 8);
  font-family: cosmo;
  color: rgb(132, 199, 253);
}

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

#image-container {
  background-image: url("assets/mushroomtreeverle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 70vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

label {
  margin-top: 7px;
}

.set-button {
  background-color: #2a4920;
  color: rgb(229, 215, 252);
  border-radius: 100%;
  border-color: #0564b8;
  margin-top: 20px;
  margin-right: 10px;
  padding: 7px 10px;
  font-family: cosmo;
  font-size: 0.6rem;
}

#settings-h1 {
  font-size: 3rem;
}

.set {
  padding: 10px 20px 10px 0;
}

#settings {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 0.6rem;
  margin-right: 30px;
}

#set-home-link {
  background-color: #15260f;
  padding: 5px 3px 0 3px;
}

#arrow {
  color: rgb(230, 235, 216);
  font-size: 16px;
  padding: 2px 3px 5px 3px;
  margin-left: 3px;
}

a:visited,
a:link {
  color: rgb(242, 232, 255);
}

.set-input {
  position: relative;
  z-index: 1;
}

.set-input:placeholder-shown {
  font-style: italic;
}

#settings-weather,
#settings-anime,
#settings-vt {
  display: flex;
}

#anime-label {
  padding: 7px 10px 0 0;
}

.sugg {
  width: 160px;
}

#vt-sugglist,
#weather-sugglist,
#anime-sugglist {
  position: absolute;
  z-index: 2;
  display: none;
  list-style-type: none;
  margin: 0;
  padding-bottom: 14px;
  padding-left: 7px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  overflow-y: auto;
  width: 142px;
  height: 50px;
}

#vt-sugglist li,
#weather-sugglist li,
#anime-sugglist li {
  margin-top: 0;
  color: black;
  padding-top: 15px;
  /* width: calc(100%-30px); */
  cursor: pointer;
}

#vt-sugglist,
#weather-sugglist,
#anime-sugglist {
  position: absolute;
  display: none;
  list-style-type: none;
  margin: 0;
  padding-bottom: 14px;
  padding-left: 7px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  overflow-y: auto;
  width: 142px;
  height: 50px;
}

#footer-settings {
  display: flex;
  justify-content: end;
}

#nav-settings {
  display: flex;
  flex-direction: row;
  margin: 20px 30px 20px 0;
  width: 200px;
  width: min-content;
  height: min-content;
}

#nav-settings:hover {
  box-shadow: 1px 1px 20px 8px rgba(112, 147, 178, 0.7);
}
