@charset "UTF-8";
/* CSS Document */

#container1 {
	display: flex; 
	flex-direction: row;
	width: 900px;
	height: 900px;
	background-color: #FFF6BC;
	justify-content: center;
}
#container2 {
	display: flex; 
	flex-direction:column;
	width: 900px;
	height: 900px;
	background-color: #CDF4FB;
	justify-content: flex-start
}
#container1 #div1 {
    width: 200px;
    height: 200px;
    background-color: #FF6164;
    border-radius: 30px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
}
#container1 #div2 {
    width: 200px;
    height: 200px;
    background-color: #F49444;
    margin-top: 50px;
    border: 20px solid #F7AB6A;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	margin-right: 20px;
    margin-left: 20px;
}
#container1 #div3 {
    width: 200px;
    height: 200px;
    background-color: #E2CA50;
    background-image: -webkit-linear-gradient(270deg,rgba(226,202,80,1.00) 0%,rgba(244,174,67,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(226,202,80,1.00) 0%,rgba(244,174,67,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(226,202,80,1.00) 0%,rgba(244,174,67,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(226,202,80,1.00) 0%,rgba(244,174,67,1.00) 100%);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-top: 200px;
    margin-right: 20px;
    margin-left: 20px;
    border: 5px dashed #F0DD82;
}
#container1 #div4 {
    width: 200px;
    height: 200px;
    background-image: url(url);
    background-color: #91E161;
    border-radius: 6px;
    text-shadow: 0px 0px 0px;
    border-top: 5px solid #BCF999;
	border-right: 5px solid #A2E57C;
	margin-top: 300px;
	margin-right: 20px;
    margin-left: 20px;
}
#container2 #div5 {
    width: 200px;
    height: 200px;
    background-color: #51C4EA;
    border-spacing: 0 0px;
    border-width: thick thick 60px;
    border-bottom-style: double;
    border-bottom-color: #2C7A94;
    opacity: 0.34;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
	margin-top: 50px;
	margin-right: 20px;
    margin-left: 20px;
}
#container2 #div6 {
    width: 200px;
    height: 200px;
    border-spacing: 60px 0px;
    -webkit-box-shadow: 10px 5px 0px 4px #6D4BA8;
    box-shadow: 10px 5px 0px 4px #6D4BA8;
    background-color: #9E5EE4;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}
#container2 #div7 {
    width: 200px;
    height: 200px;
    background-image: url(../Images-1/botwkorok.png);
    margin-right: 40px;
    margin-left: 80px;
    border: 45px inset #DA7E60;
}
#container2 #div8 {
    width: 200px;
    height: 200px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,0,141,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,0,141,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,0,141,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,0,141,1.00) 100%);
    border-bottom: 15px ridge #FFCCE9;
	border-top:15px ridge #FFCCE9;
	margin-top: 60px;
	margin-right: 40px;
    margin-left: 200px;
	margin-bottom: 10px;
}
