body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

    background-image: url(Assets/German Choc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4f4

}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.header {
    font-size: 24px;
    margin-bottom: 20px;
}


.content {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
}

h1{
    font-size: 5em;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    margin-bottom: 10px;
}

p{
    font-size: 2.2em;
    color: rgb(233, 169, 180);
    text-shadow: -1px -1px 0 rgb(17, 14, 14), 1px -1px 0 rgb(34, 21, 21), -1px 1px 0 rgb(17, 14, 14);
    margin-bottom: 20px;
}

#countdown {
    font-size: 1.7em;
    color: mediumpurple;
    text-shadow: -1px -1px 0 rgb(17, 14, 14);
    margin-bottom: 20px;
}

.instagram-box {
    background-color: #f5f5f5;
    border: 1px soild #ddd; 
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    max-width: 200px;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba (0, 0, 0, 0.2);
}

.instagram-box p {
    margin: 0;
    color: #333;
    text-shadow: none;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}

.instagram-icon {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}