* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.ultimate-container {
  width: 379px;
  height: 379px;
  position: relative;
}

.slideshowreal {
	width: 312px;
	height: 312px;
	margin-left: 32px;
	margin-right: 12px;
	margin-top:12px;
	}

.button-container {
width: 70px;
length: 67px;
display: flex;
flex-direction: row;
position: center;



}
/* Next & previous buttons */
.prev, .next {
  min-width: 100px;
  height: 40px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: 'SF Pixelate', sans-serif;
  background-color: #2759D0;
  border-color: white;
  border-style: dotted;
}

.prev {
	margin-left: 85px;
	
}
.next {
  
}