<div class="lotto-open-container">
    <div class="lotto-header">
        <img src="INA-HÉR
        <h1>Lotto Open 2025</h1>
    </div>

    <div class="lotto-content">
        #Keppandalisti</a>
        <a href="#" class="lotto-button"lotto-note">
            ATH: lagfæringar og skráningar uppfærast ekki sjálfkrafa eftir Keppandalisti er birtur hér, 
            ef þið viljið skoða hvort leiðrétting eða breyting hafi skilað sér er hægt að skoða 
            #skráningarlistann hér</a>.
        </p>
        <p class="lotto-note">
            Leiðréttingar fara í gegnum liðstjóra hvers skóla fyrir sig.
        </p>

        <p class="lotto-email">
            Netfang / E-mail: <a href="mailtosimnet.isdihdans@simnet.is</a>
        </p>
    </div>
</div>

<style>
.lotto-open-container {
    font-family: 'Georgia', serif;
    background: linear-gradient(to bottom, #f8f4f0, #e6d8c3);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    max-width: 800px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.lotto-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lotto-image {
    max-width: 250px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.lotto-header h1 {
    font-size: 2.5em;
    color: #8b5e3c;
    font-weight: bold;
    margin: 0;
}

.lotto-button {
    display: inline-block;
    background-color: #8b5e3c;
    color: #fff;
    padding: 10px 20px;
    margin: 10px;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.lotto-button:hover {
    background-color: #a67c52;
}

.lotto-note {
    font-size: 1em;
    color: #333;
    margin: 10px 0;
}

.lotto-link {
    color: #8b5e3c;
    font-weight: bold;
    text-decoration: underline;
}

.lotto-email {
    margin-top: 15px;
    font-size: 1.1em;
    color: #8b5e3c;
}
</style>
``