*{
    padding: 0%;
    margin: 0%;
    font-family: "Bitcount Prop Single", system-ui;

}

body{
    background: linear-gradient(to bottom, #0E2148, #000000);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
    
}
.navBar{
    display: flex;
    justify-content: space-between;
    height: 10vh;
    width:auto;
}
.logo{
    margin-left: 10px;
}
.form{
    display: flex;
    justify-content: space-evenly;
    align-items: center;  
    margin-right: 50px; 
}
.searchArea{
    padding: 10px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 30px;
    font-size: medium;
}
.searchButton{
    padding: 10px;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    font-size: medium;
}

.mainPage{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    color: white;
}
.temp{
    font-size: 100px;
    font-weight: 350;
}
.timeLocation{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
}
.conditions{
    margin: auto;
    padding: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
