*{
	margin: 0;
	padding: 0;
	transition: all .3s;
}

h1::selection {
  background: #fff;
  color: #ff0000;
}
body{
	font-family: "CompagnonLight";
	font-size: 60px;
	color: antiquewhite;
	background-color: #3c2666;
}

h1 {
  writing-mode: vertical-lr;
  text-orientation: upright;
  margin-right: 150px;  
}

h1:hover {
	color: #ff33ba }

p{
	font-size:large;
	text-align: right;
	padding: 10px;
}
p:hover {color: #ff33ba }

.spliter {
	max-width: 2000px;
	display: flex;
	justify-content: center;
	align-content: space-between;
	  margin-top: 15px; 
}

.container {
	display: flex;
	justify-content: center;
	flex-direction: column;
    align-items: center;
	
	
}

div.gallery {
  margin: 5px;
  float: left;
  width: 400px;
box-shadow: -4px 4px 4px #ff33ba;
}

.gallery:hover {
z-index:20;	
transform: scale(2);
}


div.gallery img {
    float: left;
    width:  100%;
    height: 200px;
    object-fit: cover;
}

div.desc {
  padding: 15px;
  text-align: center;
}
