* {
    font-family: 'Inter', sans-serif;
}
p,
h4 {
    margin: 0 !important;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
main {
    max-width: 500px !important;
    border-radius: 12px;
    background-color: aliceblue;
    padding: 30px 50px !important;
    margin: 10px !important;
} 
#result-content {
    display: none;
}
.wrapper-search {
    position: relative;
    border: 1px solid #cccccc !important;
    outline: none;
    border-radius: 12px;
    
}
input {
    background-color: transparent;
    padding: 12px 16px !important;
    outline: none;
    border: none;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
}
#btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #080808;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: center;
    z-index: 999 !important;
}
.text-graus {
    font-size: 50px;
}

#clima {
    text-transform: capitalize;
}

.error {
    display: none;
    margin: 10px;
    background-color: #ff1414;
    color: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

::selection {
    background-color: #000;
    color: #fff;
}

