* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#aboutUs p {
    font-size: 1.9em;
    font-weight: bold;
}

#aboutUs h2 {
    font-size: 2.3em;
}

.icons label {
    font-size: 1.5em;
    margin: 0 10px;
    color: #555;
}

header h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
    font-size: 2em;
    font-weight: bold;
    unicode-bidi: isolate;
}

nav {
    margin-left: auto;
}

header {
    background: #1e1e2f;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

#welcome {
    background-color: #2c3e50;
    padding: 50px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2em;
    text-align: center;
}

button {
    background-color: #f4b400;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 1em;
    cursor: pointer;
}

#aboutUs {
    padding: 40px;
    color: #555;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

#products {
    color: #555;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.product-item video {
    border-radius: 40px;
}

.videos {
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
    gap: 30px;
}