 body {
            background: url('pexels-pixabay-314726.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            font-family: 'Inter', sans-serif;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 100vh;
            color: white;
        }

        
        .search-section {
            margin-top: 80px; 
            width: 100%;
            max-width: 500px;
            padding: 0 20px;
            text-align: center;
        }

        h2 {
            color: #001945;
            font-size: 34px;
            font-weight: 700;
            letter-spacing: 3px;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

       
        .box {
            background: #ffffff;
            border: 1px solid #3f4d67;
            border-radius: 50px;
            display: flex;
            padding: 6px 10px 6px 20px;
            align-items: center;
            transition: all 0.3s ease;
        }

        .box:focus-within {
            border-color: #6fc5ff;
            box-shadow: 0 0 15px rgba(111, 197, 255, 0.2);
        }

        input {
            flex: 1;
            outline: none;
            border: none;
            background: none;
            color: #000000;
            padding: 10px 0;
            font-size: 16px;
        }

        input::placeholder {
            color: #a8a7a7;
        }


        button {
            padding: 10px 25px;
            border: 0;
            border-radius: 50px;
            background-color: #166193;
            color: #ffffff;
            font-weight: 600;
            transition: all 0.3s;
            cursor: pointer;
        }

        button:hover {
            background-color: #6fc5ff;
            box-shadow: 0 0 20px rgba(111, 197, 255, 0.4);
        }

        button:active {
            transform: scale(0.95);
        }

       
        .result {
            width: 100%;
            max-width: 600px;
            margin-top: 30px;
            text-align: center;
            
        }

        .temperatur{
      
         background-size: 200px;
         padding: 10px;
            color: #ffffff;
            background-color: #001945;
            border: 1px;
            border-radius: 30px;
        }
        .lokasi{
            font-size: 30px;
        }
        
        .suhu{
            color: #001945;
            padding: 15px;
            margin-top: 10px;
            font-size: 19px;
            
        }
        .suhu span{
               color: #ffffff;
            background-color: #001945;
              border-radius: 30px;
              padding: 6px;
                
         

        }