.col {
	color: red;
    }

.block {
	width: 1600px;
	height: 100px;
	background-color: orange;
}

.block p {
	text-align: center;
	font-size: 30px;
	color: black;
	padding-top: 40px;
}

body {
	background-color: #red;
	background-image: url(i.jpg);
	background-repeat: no-repeat;
	    background-size: 1560px 900px;
}
}

 .lefting {
 	width: 35%
 	height: 20px;
 	background-color: #FF7800;
 }

 .header {
 	background-color: #FFF201;
 	width: 100%;
 	height: 100px;
 }

 .new1 {
 	width: 500px;
 	height: 100px;
    float: left;
 }

 .img1 {
 	float: left;
 	width: 200px;
 	height: 100px;
 }

 .m1 a {
 	margin-left: 30px;
 	margin-top: 40px;
 }


.m1 {
 	
 	margin-top: 40px;
 }

 .test{
 	width: 150px;
 	height:150px;
 	background-color:#44FA0C;
 }

 .test:hover{
 	width: 150px;
 	height: 150px;
 	background-color:#4C0CFA;

 }
.exam {
	margin-left: 150px;
	margin-top: 50px;
      width: 200px;
      height:200px; 
      border: 2px solid gray;
      box-shadow: 8px 10px 5px
}
.exam h1 {
       text-align: center;
       text-shadow: 3px 3px 5px red;
       font-size:30px;
       color:#4C0CFA;
       

}
.exd {
   width:100px; 
   height:100px;
   background:red;
   border-radius:50%
 }
 .dbd{
 	width: 200px; 
    height: 100px;
    margin-left:1200px;
    margin-top:-500px 
    background:blue;
    border-radius: 100px/50px;
   
 }

 .console.log(111);
 body {
  padding: 0;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  background: #ffffff url("img/keks-background.jpg") no-repeat 50% 0;
}

h1 {
  width: 260px;
  font-family: "Arial", sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.site-header {
  margin-bottom: 190px;
}

.skills-item {
  margin-bottom: 5px;
}

.container {
  width: 480px;
  margin: 0 auto;
}

.site-header img {
  display: block;
  margin: 0 auto;
}

.features {
  margin-bottom: 30px;
}

.features p {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center top;
  text-transform: uppercase;
}

.feature-kitten {
  padding-top: 60px;
  background-image: url("img/bottle.svg");
}

.feature-cat {
  padding-top: 60px;
  background-image: url("img/cat.svg");
}

.feature-train {
  padding-top: 60px;
  background-image: url("img/whistle.svg");
}

.skills-list {
  padding: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  color: #999999;
}

