body {
    text-align: center;
    font-family: Arial, sans-serif;
}

h1 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5em;
}

h2 {
    margin-top: 100px;
    font-size: 2em;
}

.made-by-container {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5em;
}


.button-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.image-button {
    width: 300px;
    height: 112px;
    transition: transform 0.3s ease;
}

.image-button:hover {
    transform: scale(1.2);
}

.image-button:hover {
    transform: scale(1.2);
}
