@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background-image: url(assets/Background.png);
  margin: 0;
  padding: 20px;
  text-align: center;
}
header {
  font-weight: bold;
  display: flex;
  margin: auto;
  color:rgb(86, 144, 163);
}

header> span{
  font-family: 'Times New Roman', Times, serif;
  align-self: end;
  margin-left:10px;
  font-size: larger;
}

.header {
  margin-top: 10rem;
  color: aliceblue;
}

.header span {
  color: rgb(86, 144, 163);
  font-family:'Times New Roman', Times, serif
}

.header h2 {
  color: gray
}


#app {
  max-width: 500px;
  max-height: 500px;
  margin: 5rem auto;
  background: #1e1e29;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  color: aliceblue;
}

.hidden {
  display: none;
}
#location-input, button, label{
  background-color: #1e1e29;
  border: 1px solid rgb(87, 80, 80);
  color: rgb(220, 202, 202);
}

img {
  max-width: 100%;
  height: auto;
}
