* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: ##ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    align-items: center;
    height: 100vh;
    color: #333;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bakim-icon {
    width: 250px;
    margin-bottom: 50px; 
}



.container {
    text-align: center;
    background: #ffffff;
    padding: 40px 60px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

p {
    font-size: 18px;
    color: #666;
}
