@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&display=swap');
h1 {
	color:red;
	font-size: 40px;
    font-family: "Arimo";
  }
  h3{
color: red;
font-size: 30px;

  }
    h7{
color: green;
font-size: 40px;
font-family: "Oswald"; 
}

input{

  color:green;
  background-color: yellow;
  border: 1px solid red;
  border-radius: 5px;
}

input[type= submit]{

  color:white;
  background-color: cyan;
  border: 1px solid red;
  border-radius: 5px;
}