.portal {
	width: 250px;
	height: 250px;
}
.portal2 {
	width: 250px;
	height: 250px;
}
body { 
	width: 100vw;
	height: 100vh;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	gap: 1%;
	
    background-image: url("backgroundoption2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}