body{
    background-color:rgb(37, 37, 37);
    color:white;
    font-family: "Inter", sans-serif;
    }

h1{
    padding-left:5px;
    font-size:35px;
}

.weather-table{
    font-family: "Inter", sans-serif;
    border-radius:10px;
    margin-left:11px;
    padding:5px;
    }

.weather-table-item{
    font-family: "Inter", sans-serif;
    border-radius:10px;
    margin-left:11px;
    padding:5px;
    border-style:solid;
    border-width:3px;
    border-color:#4e8dcc;
    }
h2{
    padding-left:5px;
}

input{
    padding-left:5px;
}

#set-weather-text{
    margin-left:8px;
}

#validate{
    margin-left:10px;
}

button{
    border-style:none;
    border-radius:6px;
    border-color:rgb(255, 255, 255);
    background-color: white;
    border-width:3px;
    height:35px;
    width:70px;
    font-family: "Inter", sans-serif;
    font-weight:bold;
    margin-left:5px;
}

button:hover{
    background-color:rgb(230, 230, 230);
}

input{
    border-style:none;
    border-radius:6px;
    border-color:rgb(170, 170, 170);
    height:35px;
    width:180px;
    font-family: "Inter", sans-serif;
    font-weight:bold;
    margin-left:5px;
    margin-bottom:10px;
    margin-top:5px;
}

input:focus{
    border-style: none;
}

#weather-dashboard{
    border-style:none;
    background-color:#4e8dcc;
    width:500px;
    border-radius:10px;;
    visibility: hidden;
    margin-left:11px;
    padding-bottom:5px;
    display:none;
}

#weather-dashboard-header{
    padding:0px;    
    width:491px;
    height:50px;
    border-radius:10px;
    border-style:none;
    background-color:#4e8dcc;
    color:white;
    font-family: "Inter", sans-serif;
    font-size:15px;
}

#weather-dashboard-header:hover{
    background-color:#4277ac;
}

.weather-dashboard-text{
    font-family: "Inter", sans-serif;
    font-weight:bold;
    padding-left:10px;
}

#elevenpmmarginfix{
    font-family: "Inter", sans-serif;
    font-weight:bold;
    padding-left:6px;
}

.weather-selector{
    margin-bottom:5px;
    margin-left:49px;
}

.weather-selectoritem{
    height:18px;
}

#inputelevenam{
    margin-left:0px;
}

#inputelevenpm{
    margin-left:0px;
}

.elevenpm-margin-fix{
    margin-bottom:10px;
}

.weather-selector-thing{
    border-style: none;
    border-radius: 10px;
    background-color: #71afed;
    padding:5px;
    margin:10px;
}

#copyright-notice{
    font-size:20px;
    margin-left:5px;
}

#set-weather-bar{
    border-style:none;
    background-color:#4e8dcc;
    width:500px;
    border-radius:10px;;
    margin-left:11px;
    height:50px;
    margin-top:19px;
    color:white;
    font-family: "Inter", sans-serif;
    font-size:15px;
}

#set-weather-bar:hover{
    background-color:#4277ac;
}
