@charset "utf-8";
/* CSS Document */
.s2 {
		background-color: white;
		font-size: 18px;
  		color: black;
	}

.s1 {
		color: black;
		background-image: radial-gradient(yellow, orange, white);
	}
	
	.img1 {
		 display: block;
  		margin-left: auto;
  		margin-right: auto;
  		width: 50%;
	}
	
	.ch1 {
		background-color: black;
        color: white;   
      text-align: center;
  border: 3px solid green;
	}
	
	.l1 {
		font-size: 25px;
	}

.ctel {
  font-size: 16px;
}

.cmail{
  font-size: 16px;
}


