@charset "utf-8";
@import url("my-css.css");
body {
   background: linear-gradient(to left ,#8942a8,#ba382f);
}
ul {
    color: rgba(255,255,255,1.00);
    padding-right: 200px;
    list-style-type: none;
    padding-left: 20px;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: rgba(0,0,0,1.00);
    overflow: hidden;
    position: fixed;
    width: 880px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 30px;
    border-bottom: 5px solid rgba(255,248,248,1.00);
   font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
li {
	display: inline-block;
	
	float: right;
	
}
li a {
    text-decoration: none;
    display: block;
    padding-right: 20px;
    text-align: center;
    color: rgba(255,255,255,1.00);

	
}
li a:hover{
	background:#8942a8;
	color:rgba(0,0,0,1.00);
}

.gallery{
    margin-top: 20px;
    margin-right:auto;
    margin-left: 40px;
   
    
    margin-bottom: 10px;	
	float: left;
}
.gallery img {
	transition: 1s;
	padding: 10px;
	width: 180px;
	margin-top: 20px;
}
.gallery img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}
.wholeDiv {
    width: 900px;
   
	
    margin-right: auto;
    margin-left: auto;
    margin-top:20px;
   
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
