body {
    font-family: Arial, sans-serif;
    background: #f2f2f2;
}

.container {
    width: 400px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

#google-sheets-1 {
    width: 400px;
    padding: 30px;
    margin: 10% auto;
    border-radius: 20px;
    background-color: #3a82c5;
}

#google-sheets-1 h1 {
    color: white;
    margin: 20 auto;
    text-align: center;

}

#google-sheets-1 a {
    color: white;
    font-size: 20px;
}

#google-link {
    margin-bottom: 20px;
}

#google_sheets_text {
    margin-bottom: 20px;
}



#result {
    font-size: 20px;
    margin: 20px 0;
    color: white;
}

button {
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    margin-top: 20px;

}

button:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}

#button_wrapper {
    text-align: center;
}