
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    font-family:'Times New Roman', Times, serif
}

img {
    width: 115px;
    height: 110px;
    margin: 25px;
    border-radius: 100%;
}

.navbar {
    display: flex;
}

ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.item {
    margin: 10px;
    color: rgb(10, 10, 10);
}

li {
    list-style: none;
}

a {
    font-size: 25px;
    /* padding: 35px; this is home,abiut*/
    margin: 25px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    color:white;
}

a:hover {
    text-decoration: underline;
    color: rgb(255, 0, 0);
}
#product   {
    display: flex;
    flex-direction: column;
    height: 500px;
    padding: 5px 150px;
    justify-content: center;
    text-align: center;
}

span{
    color: rgb(148, 137, 19);
}        
 p { /*this is matter in given in about cloud gaming and backgroound*/
    text-align: center;
    font-size: 1.9rem;
    opacity: 0.8;
    background-color:cadetblue;
    border-radius: 10px;
    border: 2px solid black;
    color:springgreen;
}
h1{
    color: aqua;
    font-size: 350%;
}
