body {
    font-family:sans-serif;
}
#msg {
    color:red;
}
.input-form{
    margin: 5%;
    position: relative;
    align-self: center;
    padding: 20px;
    border-radius: 7px;
    background-color: skyblue;
    width: fit-content;
}
.input-form p{
  font-family:'Times New Roman', Times, serif;
}
.input-form input{
  border-radius: 4px;
  border-color: rgba(169, 169, 169, 0.7);
  background-color: rgba(169, 169, 169, 0.7);
}