* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-image: radial-gradient(circle at center,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.4) 30%,
            rgba(255, 255, 255, 0.493) 70%), url(images/cloudBG.jpg);
    ;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
        min-width: 100%

}

main {
    padding: 1.8rem;
    background-color: rgba(0, 0, 0, 0.568);

    border-radius: 4rem;
    min-width: 100%
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

titulo,
h1 {
    font-size: 2rem;
    line-height: 1.9rem;
    color: rgb(168, 230, 226);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    word-break: break-word;

    padding: 2%;



}

.titulo {
    display: flex;
    flex-wrap: wrap;
}

.color {
    color: rgb(9, 201, 201);



}

.tempo-info {
    display: flex;
    flex-wrap: nowrap;
}

.tempo-dados {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tempo-dados,
p {
    font-size: 1.5rem;
    color: rgb(168, 230, 226);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.titulo,
p {
    font-size: 1rem;
    color: rgb(168, 230, 226);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.tempo-dados,
h2 {
    font-size: 1rem;
    color: rgb(168, 230, 226);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.button-localização,
button {
    max-width: 150px;
    min-width: 100px;
    background-color: rgb(168, 230, 226);
    color: rgb(102, 102, 102);
    border-style: none;
    height: 30px;
    border-radius: 0.5rem;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

button:hover {
    background-color: rgb(9, 201, 201);


}

.input-localizacao,
input {
    height: 30px;
    border-radius: 0.5rem;
    max-width: 200rem;
    min-width: 100px;
    border-style: none;
    padding: 5%;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 0.75rem;

}

form {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}

.titulo {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}


.icone-clima {
  width: 40px;
}
