h1 {
    text-align: center;
}

h1,
p {
    color: #6bbdd6;
}

section {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px #0000001a;
    border-radius: 10px;
}

button {
    color: #6BBDD6;
    background: none;
    border: none;
    text-decoration: underline;
}

button:hover {
    color: #4C7BA7;
}
