body{
    background-color: aquamarine;
}
.inputArea
{
    margin-top: 40px;
}

.outputArea
{
    margin-top: 60px;
}
#country{
  width: 100%;
  font-size: 22px;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 14px;
}
#bttn{
  padding: 14px 14px 14px 14px;
  border-radius: 10px;
  width: fit-content;
  outline: none;
  box-shadow: none;
  text-align: center;
}

span{
  font-size: 25px;
    font-weight: bold;
}





