body {
background: rgb(63,94,251);
background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
color: rgb(199, 199, 248);
}


h3 {
  color: white;
}

.center {
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width : 300px;
}

.button {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 10px ;
  width : 150px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
}

.button1 {
  background-color: red; 
  color: white; 
  font-size: 12px;
  border: 2px solid white;
}

.button1:hover {
  background-color: #0c1bf7;
  color: white;
}

