html{


}
body{
background-color: aquamarine;

h1{
border-style: solid;
font-size: 50px;
text-align: center;
background-color: darkorange;




}    
}
 img{
border-style: solid;
width: 200px;
height: 200px;
float: left;
margin: 50px;
 }
 h2{
 border-style: solid; 
 text-align: center; 
 background-color: blue;
font-size: 50px;
color: brown;



 }
  video{
  border-radius: 250px;
  width: 200px; 
  height: 200px; 
  float: left;
  margin: 50px;
 border-style: solid;
 text-align: center;
  }

  a{
 
  text-decoration: none;
  font-size: 40px;
color: brown;

 
   }
   

  form{
 width: 100px;
 height: 100px;
 float: right;
  }
  input{
  float: right;
  margin-top: 20px;
  }
  svg{
   width: 60px;
   height: 60px;
   
   
   
   
  
  }

 
   
   

   
  