body {
    background-color: hotpink !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    margin: 0; 
}

h1, img, a {
    display: block;
    text-align: center;
}

a {
    font-size: 1.5rem;
    padding: 15px 25px;
    margin-top: 20px;
    text-align: center;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

a:hover {
    background-color: #0056b3;
}

.start-image {
    margin-top: 20px;
    width: 80%;
    max-width: 400px;
}