body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: linear-gradient(to bottom, #87ceeb, #fff);
  transition: background 1s ease;
}

.container {
  text-align: center;
}

.title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.sunflower {
 font-size: 14rem;
  display: inline-block;
  cursor: default;
}

.fa{
  margin: 20px;
}

footer{
  color: #ffffff;
  
}
