body {
	background-color: #000000;
	width:100%;
	justify-content:center;
	overflow:hidden;
}

#page {
	display: flex ;
	flex-direction : row ;
	justify-content : space-around ;
	margin-top: 45vh; 
    transform: translateY(-50%);
	max-width:95%;

}

.Rimage {
	height: 23vw;
	width: auto;
	justify-content: space-around;
}

@media screen and (orientation: portrait){
	#page {
		display: flex ;
		flex-direction : column ;
		justify-content : space-around ;
		align-items:center;
		position:relative;
		top:5vh;
		transform: translateY(-50%);
	}

.Rimage {
	 	height: auto;
		width: 25vh;
		justify-content: space-around;
		margin-bottom:2vh;
		}
}
