html{
    min-height: 100%;
    max-width: 100%;}
body {
    font-family: 'Righteous', cursive;
    font-size: 18px;
    margin: 2rem;
    height: 100%;
    max-width: 100%;
    min-width: 568px;
    margin-bottom: 0px;
    background-image: linear-gradient(180deg, #093824, #251F47);

}
header{
    min-width: 400px;
}
h1 {
    color: white;
    text-align: right;
    line-height: 0.3em;
    margin-right: 40px;
}
h2{
    color: white;
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 22px;
}
h3{
    color: #EDFFAB;
    
}
h4{
    color: #EDFFAB;
    font-size: 35px;
    font-family: sans-serif;
}
.city-header-welcome{
 padding-left: 5px;
}
.weather-garden{
    text-align: center;
    background-color: #404E7C;
    border-radius: 25px;
    width: 390px;
    margin-top: 30px;
    border-style:solid;
    border-color: white;
}
.weather-landscape{
    text-align: center;
    background-color: turquoise;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-image: linear-gradient(180deg, LightSeaGreen, DodgerBlue);
}
#earth-landscape{
    min-height: 50px;
    background-color: green;
    margin-top: 80px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-image: linear-gradient(180deg, #093824, green);
}

#sky-temperature-container{
    display: flex;
    margin-top: 20px;
    height: 122px;
}

.weather-garden-container{
    display: flex;
}
.sky-selection-section{
    background-color: #64B6AC;
    min-width: 120px;
    padding: 10px;
    border-radius: 25px;
    border-style:solid;
    border-color: white;
    height: 100px;
}
.remote-control-box{
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 50px;
}

.temperature-control-section{
    overflow: hidden;
    background-color: #64B6AC;
    min-width: 185px;
    height: 100px;

    padding: 10px;
    margin-right: 40px;
    border-radius: 25px;
    border-width:3px;
    border-style:solid;
    border-color: white;
}

.temperature-buttons{
    width: 50px;
    background-color: transparent;
    
}
.up-button {
    outline: none;
    border: none;
    background-color: transparent;
}
.down-button {
    outline: none;
    border: none;
    background-color: transparent;
}
.down-button:active {
    background: transparent;
    box-shadow: inset 0px 0px 5px #020949;
    border-radius: 35px;
    outline: none;
}
.up-button:active {
    background: transparent;
    box-shadow: inset 0px 0px 5px #020949;
    border-radius: 35px;
    outline: none;
}

.temperature-digit{
    outline: none;
    background-color: transparent;
    width: 80px;
    border: hidden;
    font-size: 40px;
    color:teal;
}
.celsius-digit{
    outline: none;
    background-color: transparent;
    width: 90px;
    border: hidden;
    font-size: 30px;
    color:#020949;
}

#conversor-reset-container{
    display: flex;
    margin-top: 20px;
    height: 100px;
}

.celsius-convertor-section{
    background-color: #64B6AC;
    margin-right: 40px;
    min-width: 185px;
    padding: 10px;
    border-radius: 25px;
    border-style:solid;
    border-color: white;
}
.reset-section{
    background-color: #64B6AC;
    min-width: 120px;
    padding: 10px;
    border-radius: 25px;
    border-style:solid;
    border-color: white;
}

#squirrel-img{
    float:right;
    width: 316px;
    height: 350px;

}

.temperature-flex-box{
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 50px;;
    margin: 2px;
}