a {
    margin-bottom: 10px;
    font-style: italic;
}

h1 {
    text-decoration: underline;
}

body {
    background-color: rgb(117, 167, 201);
    font-size: large;
    text-align: center;

}

input {
    margin-bottom: 10px;
}
