@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

* {
    font-family: Raleway, Arial, Helvetica, sans-serif;

}

body{
  background-color: #0885C7;
  color: #fff;
  transition: all 0.5s;
  margin: 30px;
  margin-top: 50px;

}
h1{
  font-size: 2.5rem;
  line-height: 2rem;
  transition: all 0.5s;
}
p{
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 1.5rem 1rem 2rem;
}
label{
  color: #fff;
}
#result{
  transition: all 0.5s;
}
footer{
  width: 100%;
  position: relative;
  bottom: 0;
  background-color: #0885C7;
  transition: all 0.5s;
  padding-top: 1rem;
}

.article {
  padding: 0 20% 0 0;
}