* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
}

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%;
}

.submit{
    color:#fff;
    background: rgb(235, 6, 6);
    margin: 118px;
    font-size: 18px;
    padding: 8px 16px;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
}
#login{ 
    margin: 25px;  
}
#signup{
    margin: 25px;
}
.submit:hover{
    color: #000;
}