body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f5f5f5;
}

header{
    background:#111827;
    color:#fff;
    text-align:center;
    padding:20px;
}

.container{
    max-width:1000px;
    margin:auto;
    padding:20px;
}

input{
    width:100%;
    max-width:500px;
    padding:12px;
    border:1px solid #ccc;
    border-radius:8px;
    display:block;
    margin:20px auto;
}

button{
    background:#f59e0b;
    color:#fff;
    border:none;
    padding:12px 22px;
    border-radius:8px;
    cursor:pointer;
    margin:5px;
    font-weight:bold;
}

button:hover{
    background:#ff9800;
    transform: scales(1.05);
    transition:  0.3s;
    cursor:   pointer;
}

.card{
    background:#fff;
    border-radius:12px;
    padding:20px;
    text-align:center;
    margin-top:20px;
    box-shadow:0 4px 10px rgba(0,0,0,.1);
}

.card img{
    width:220px;
    max-width:100%;
    border-radius:10px;
}

h2{
    color:#222;
}
.categories{
    display:flex;
    justify-content:center;
    margin:20px 0;
}

.categories button{
    background:#f4b000;
    color:#fff;
    border:none;
    padding:12px 28px;
    border-radius:8px;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.card{
    max-width:450px;
    margin:20px auto;
    padding:20px;
    background:white;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.card button{
    background:#ff9800;
    color:#fff;
    border:none;
    padding:15px 35px;
    border-radius:8px;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
}
.card img{
    width:100%;
    max-width:300px;
    border-radius:10px;
    margin-bottom:20px;
}
.card{
    max-width:500px;
    margin:40px auto;
    padding:30px;
    background:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.card img{
    width:100%;
    max-width:350px;
    border-radius:12px;
    margin-bottom:20px;
}

.card h2{
    font-size:30px;
    margin:15px 0;
}

.card p{
    font-size:18px;
    color:#666;
    line-height:1.6;
}

.card button{
    background:#ff9800;
    color:#fff;
    padding:15px 35px;
    border:none;
    border-radius:8px;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
}

.card button:hover{
    background:#e68900;
}
.card{
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:30px;
}

.card img{
    width:100%;
    max-width:320px;
}

.card h2{
    margin:20px 0 10px;
}

.card p{
    margin:10px 0;
}

.card a{
    text-decoration:none;
}

.card button{
    margin-top:20px;
}
@media (max-width: 768px) {

header h1{
    font-size:32px;
}

header p{
    font-size:16px;
}

.card{
    width:90%;
    margin:20px auto;
    padding:20px;
}

.card img{
    width:100%;
    height:auto;
}

.card h2{
    font-size:24px;
}

.card p{
    font-size:16px;
}

.card button{
    width:100%;
    padding:15px;
    font-size:18px;
}

}
