body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #fff0f0;
    color: #333;
}

h1, h2, a {
    color: #c62828;
}

h2 {
    border-bottom: 2px solid #c62828;
}

main {
    background: white;
    padding: 30px;
    max-width: 800px;
    margin: auto;
    box-shadow: 0 0 10px rgba(255,0,0,0.2);
}

img {
    width: 120px;
    border-radius: 10px;
}