*{
    background-color: black;
    color: white;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 50vh; 
    min-width: 50vh; 
    border: 2px solid white;
    border-radius: 10%;
    padding: 40px; 
}

.text{
    margin-top: 10%;
    margin-bottom: 20%;
    display: flex;
    color: white
}

.search-bar {
    border-radius: 10px;
    padding: 5px;
    color: white;
}

.search-btn {
    border-radius: 10px;
    padding: 5px;
    color: black;
    background-color: white;
    border: none;
    cursor: pointer;
}

.text-temp{
    color: white
}
.row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10%;
}
.row h1:first-child {
    margin-right: 30px;
}


.text-city-name{
    margin-top: 30%;
    color: white;
    font-size: 20px;
}

.button-23 {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 30px;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.button-23:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.button-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}