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


body{
  background-color:#202A44;
  font-family: Montserrat, Raleway, Roboto, Arial, Helvetica, sans-serif;

}
.main{
  padding: 2% 20%;
}
.lab{
  color:white;
  font-size:22px;
}
#result {
  width:500px;
  height:100px;
  background-color:black;
  color:#5B84C4;
  font-size:28px;
  text-align:center;
}
.btn{
  background-color:black;
  border:0px;
  color:white;
  width:10%;
  height:66px;
  font-size:18px;
}
.btn:hover{
  color:black;
  background-color:white;
}
#words{
  color:white;
  background-color:black;
  border:0px;
  height:55px;
  width:320px;
  padding:5px;
  font-size:20px;
}

.article {
  color:white;
  padding: 2% 20%;
}

.article a {
  color:yellow;
}