#location-btn {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #ff4e4e;
    color: #000000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#location-text {
    margin-top: 20px;
    font-size: 24px;
    color: #333;
}
#name-input {
    margin-top: 20px;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}