body {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    text-align: center;
    padding: 50px;
    color: #333;
}

h1 {
    color: #2c3e50;
}

p {
    font-size: 1.2em;
}

a {
    color: #2980b9;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
img{
    width: 0
}