body {
    background-color: #e0f7fa;
    font-family: 'Reenie Beanie', cursive;
    color: #004d40;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

header {
    text-align: center;
    margin-bottom: 50px;
}

h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

p {
    font-size: 1.2em;
    margin: 10px 0;
}

a {
    color: #004d40;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a:hover {
    color: #00796b;
}