nav ul{
    display:flex;
    list-style: none;   
    background-color: black; 
    height:40px; 
    margin-top: -10px;
    display:flex;
    list-style: none;   
    background-color: black; 
    height:40px; 
    margin-top: -10px;
}
a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: x-small;
}
a:hover{
    color: rgb(247, 132, 90);
    text-decoration: underline;
}
.right{
    display: flex;
   
    margin-left: 150px;
    width:700px;
}
 ul li {
   margin-left: 30px;
   padding-top:10px;
    color: rgb(247, 132, 90);
}
.left{
   
    width: 300px;
    margin-left: -30px;
    margin-top: -0px;     
}
.color{
    display: inline;
    color:  rgb(247, 132, 90);
   
}
.side{
   
    padding-top: 90px;
    padding-left: 50px; 
}
.text{
    font-size:x-large ;
    font-weight: bold;
}
.text2{
    font-size: xx-large;
    font-weight: bold;
}
.home{
 color:  rgb(247, 132, 90);
 text-decoration: underline;
}
img{
     
    border-radius: 50%;
    margin-left: 500px;
    margin-top: -250px;
    box-shadow: 0 0 20px orange, 0 0 40px red, 0 0 40px pink;
}

button{
    background-color:  rgb(247, 132, 90) ;
    border: solid 2px  black;
    border-radius: 5px;
    text-align: center;
    height:30px;
    margin-left: 90px;
    margin-top: 0px;
    color:white;
    cursor:pointer;
}
.lets:hover{
 color: blue;
 text-decoration: none;
}
@media (max-width: 600px)
{
    .container{ 
        width:auto; 
    } 
    nav ul{ 
        flex-direction:column;
        justify-content:center;
        align-items: center;
        width:auto;
        height:90px;
    }
    .right { 
        padding-left:55px;
        padding-top:10px;
    } 
    .left {
        margin-top:7px;
    } 
    img {
        margin-left:40px;
        margin-top:30px;
    }
    p {
        margin-top:30px; 
    }
}

   










































































