body {
    font-family: 'Poppins','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(248, 248, 248);
    background-color: #0b7cfd;
}
.container {
    padding-top: 10px;
    max-width: 500px;
    margin: 20px auto;
}

section {
  background: #0d5254;
    font-size: 1.2em;
    text-align: center;
    border-radius: 10px;
    margin-top: 50px;
}

#title {
    padding-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#ans {
    margin-top: 2%;
    background-color: rgb(244, 10, 248);
    font-weight: bold;
}

#button-Generate {
    width: 50%;
    height: 40px;
    background-color: rgb(251, 7, 125);
    border: none;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
  outline: none;
}
#button-Generate:hover{
    background-color: rgb(176, 3, 87);
}

.container > section > form > #generate { padding: 20px; }