* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

body{
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}



.dropdown{
  margin-top: 495px;
  padding-left: 460px;
  margin-left: 20px;
  float: left;
  width: 100%;
}

.buttonStyle{
  border: 2px white solid;
  color: white;
  background-color: rgb(19,39,64);
  padding: 12px;
  margin-left: 15px;
  width: 100px;
  float: left;
}
.submitStyle{
  margin-top: 15px;
  margin-left: 20px;
  background-color: white;
  color: rgb(19,39,64);
}



.outputArea{
  background-color:  rgb(19,39,64);;
  font-size: 1.4rem;
  border-radius: 35px;
  margin-top: 30px;
  float: left;
  color: rgb(254,204,80);
  margin-left: 47%;
  margin-right: 47%;
}
