body
{ 
color:orange;
background-color:DarkTurquoise;
}
#stani
{
font-size:45px;	
color:black;	
	
}
#roda3
 {
        padding: 10px;	
        border: 1px solid black;
        border-collapse: collapse;
      }
	  
#roda3:hover
 {
        background-color:yellow;
      }	  

#titre:hover
{
border: 24px solid pink;
transition-duration: 1s;
color:black;

	
height:100px;
width:800px;	
}


#titre{
font-size:80px;
border: 14px solid green;

color:black;

	
height:100px;
width:800px;	


}
 table,th,td 
 {
        padding: 10px;	
        border: 1px solid black;
        border-collapse: collapse;
      }
	  
#oto:hover
{
	transition-duration: 1s;
color:black;
font-size:40px;


border: 24px solid green;
	
}


#oto:active


{
 border: 34px solid yellow;
 
 transform: scale(0.9);
}

 .button {
      width: 150px;
      height: 50px;
      background-color: orange;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .button:active {
      transform: scale(0.9);
      background-color: darkorange;
    }