@charset "UTF-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
body{
	font-family: verdana, sans-serif;
	background-color: antiquewhite;
}
.wrapper{
	max-width: 1250px;
	height: 100%;
	margin: auto;
	overflow: auto;
	background-color: rgba(255,255,255,1.00);
	text-align:center;

	
}
.box1{
	background-color: pink;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 18px 18px;
  text-decoration: none;
  font-size: 17px;
  
}
.topnav{
	list-style-type: none; 
    margin: 0px;
    padding: 0px;
	align-items: center;
    background-color: rgba(102,102,102,1.00);
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
	text-align:center;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 1000px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.aside{
	background-color: aqua;
	height: 420px;
}
.main{
background-color: pink;
height: 420px;
}
.article{
	background-color: aqua;
	height: 420px;
}

.circle{
	position: relative;
	left: 100px;
	bottom: px;
	background-color: white;
	height: 380px;
	width: 400px;
	border-radius: 60%;
	align-items: center;
	overflow: none;
}
.art{
  position: relative;
  border: 2px solid black;
  width: 200px;
  height: 250px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  border-bottom: 0;
  background: #FFDCDF;
  left: 100px;
  top: 50px;
}

.eyes{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
	top: 80px;
	left: 35px;
	box-shadow: 25px;

}
.heart {
  --size: 15px;
  width: var(--size);
  height: var(--size);
  transform: rotate(-80deg);
  display: inline-block;
  position: relative;
  background-color: red;
  left: 60px;
  top: 42px;
}

.heart:before,
.heart:after {
  content: '';
  position: absolute;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: red;
}
.heart:before {
  top: calc(var(--size) / (-2));
  left: 0;
}
.heart:after {
  top: 0;
  right: calc(var(--size) / (-2));
}

.eyes:before{
	content: "";
	position: absolute;
	background-color: white;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	left: 15px;
	
}
.right-eyes{
	position: absolute;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
	top: 80px;
	left: 115px;
	box-shadow: 25px;
}
.right-eyes:before{
	content: "";
	position: absolute;
	background-color: white;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	left: 15px;
	
}
.mouth{
  position: absolute;
  width: 35px;
  height: 10px;
  border: 3px solid black;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-top: 0px;
  left: 75px;
  top: 120px;
}

.left-hand{
	position: absolute;
	width: 30px;
	height: 40px;
	border: 2px solid black;
	border-top: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transform: rotate(-45deg);
	top: 140px;
	left: 30px;
	
}
.right-hand{
	position: absolute;
	width: 30px;
	height: 40px;
	border: 2px solid black;
	border-top: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transform: rotate(45deg);
	top: 140px;
	left: 120px;
}
.legs{
	display: flex;
}
.circle1{
	width: 50px;
	height: 40px;
	border: 2px solid  #100809;
	border-top: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	left: 100px;
	top: 10px
		
	
}
.circle2{
	width: 50px;
	height: 40px;
	border: 2px solid  #100809;
	border-top: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	left: 100px;
	top: 10px
}
.circle3{
	width: 50px;
	height: 40px;
	border: 2px solid  #100809;
	border-top: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	left: 100px;
	top: 10px
}
.circle4{
	width: 50px;
	height: 40px;
	border: 2px solid  #100809;
	border-top: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	left: 100px;
	top: 10px
}
.crown{
	display: flex;
	width: 40px;
	height: 30px;
	border: 5px solid rgba(9,4,4,1.00);
	background-color: yellow;
	position: relative;
	bottom: 250px;
	left: 120px;
	transform: rotate(-32deg);
	 clip-path: polygon(
    10% 100%, /* bottom left */
    10% 100%, /* bottom left inner */
    10% 0%, /* left lower spike start */
    10% 0%, /* left spike tip */
    40% 50%, /* left lower spike end */
    30% 50%, /* center lower spike start */
    50% 0%, /* center spike tip */
    75% 50%, /* center lower spike end */
    70% 40%, /* right lower spike start */
    90% 0%, /* right spike tip */
    90% 0%, /* right lower spike end */
    90% 100%, /* bottom right inner */
    100% 100% /* bottom right */
  );
}
@media only screen and (max-width: 600px) {
	.aside,.article{
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.main{
		align-items: center;
	}
}


.footer{
	background-color: rgba(223,210,214,1.00);
}





