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

.container {
    text-align: center;
}

.image {
    width: 150px;
    height: auto;
    margin: 0;
}

h1 {
    font-size: 4rem;
    color: #333;
    margin: 0;
    font-family: 'Sour Gummy', cursive;
}

.instagram-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.instagram-link {
    font-size: 1.2rem;
    color: #3f729b;
    text-decoration: none;
    font-weight: bold;
    margin-right: 8px;
}

.instagram-link:hover {
    text-decoration: underline;
}

.instagram-logo {
    width: 24px;
    height: 24px;
}
