body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin-right: 20px;
}

.nav-links,
.nav-right {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li,
.nav-right li {
    margin: 0 12px;
    font-size: 14px;
    cursor: pointer;
}

.nav-links li:hover,
.nav-right li:hover {
    color: #0066cc;
}


.brands {
    font-size: 20px;
    margin-bottom: 10px;
}

.asus-brand {
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
}


.asus-image {
    position: center;
    right: 400px;
    top: 400px;
    width: 1500px;
}

.asus-image img {
    width: 100%;
    border-radius: 5px;
}

.nvidia {
    position: absolute;
    right: 80px;
    bottom: 60px;
    text-align: center;
    font-size: 14px;
}

.nvidia strong {
    font-size: 22px;
    color: #76b900;
}


.pause {
    font-size: 12px;
    color: #333;
}
