 .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
img { animation: fadeIn 2s;}


.img_radius { border-radius: 10% 25%;}
 
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
  
  
  
  
#comp_info {
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	font-family:Verdana,Arial,sans-serif;
	border-radius: 10% 10%;
	font-size:1.3rem;
 }	 
 
#comp_info1 {
	font-size:2.3rem;
	padding-top:10px;
	margin-bottom: 17px;
	font-family: 'Times New Roman', serif;
}

#top1, #top2 {
	border-radius: 0% 0% 13% 13%;
	
}

html,body {
	font-size: 1.2rem;
}

h2 {
	font-size: 2.1rem;
	
}

h3 {
	font-size: 1.7rem;
}

.tex1{
	font-family: 'Times New Roman', serif;
}

.tex2 {
	font-size: 1.1rem;
}

footer {
	border-radius: 7% 7% 0% 0% ;
}