*{
    margin: 0px;
    padding: 0px;
}
nav{
    background-color: black;
    color: white;
    height: 50px;
    padding: 20px;
    margin: 10px;
}
h1{
    display: inline;
    margin-right: 60%;
}
ul,li{
    display:inline;
    color: grey;
    cursor: pointer;
}
li:hover{
    color: white;
}
.search{
    text-align: center;
}
input{
    margin: 10px;
    width: 1000px;
    margin-left: 125px;
    padding: 5px;
}
   .perf{
    text-align: center;
   }
.perf1{
    display: inline-block;
    width: 300px;
    border-color:black;
    border-width: 5px;
    border-style: solid;
}
img{
    height: 300px;
}
.par:hover{
    background-color: red;
}
.par{
    cursor: pointer;

}
.about{
    text-align: center;
    padding-left: 500px;
}
.contact{
    text-align: center;
    background-color: black;
    color: aliceblue;
}
