@charset "utf-8";
/* CSS Document */

body {
	background-image: url("checkeredflower.gif");
	justify-content: center;
	max-width: 750px;
    margin: auto;
	max-height: 750px;
	filter: drop-shadow(
	-5px 5px 2px #7698ad)
}

#container {
      height: 750px;
	  width: 750px;
	  background-image: url("white3DS.png");
	  border-radius: 50px;
	  margin-top: 50px;
	  display: flex;
      justify-content: center;
	  padding:10px;
	
    }

#topscreen {
 width:425px;
 height: 255px;
 background-image: url("blueplaidstars.PNG");
 position: absolute;
 top: 78px;
 left: 160px;
 border-radius: 5px;
}

#bottomscreen {
 width:336px;
 height: 246px;
 background-image: url("greylines.gif");
 position: absolute;
 top: 420px;
 left: 208px;
 border-radius: 5px;
}